Skip to content

Commit 42cd1ac

Browse files
committed
release 0.0.1
1 parent e0f6b81 commit 42cd1ac

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

.github/workflows/ci.yaml

+20-20
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,25 @@ jobs:
4949
- name: Run chart-testing (install)
5050
if: steps.list-changed.outputs.changed == 'true'
5151
run: ct install --debug --target-branch main
52-
# UNCOMMENT WHEN THE REPO IS PUBLIC
53-
# release:
54-
# needs: lint-test
55-
# runs-on: ubuntu-latest
56-
# permissions: write-all
57-
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
58-
# steps:
59-
# - name: Checkout
60-
# uses: actions/checkout@v4
61-
# with:
62-
# fetch-depth: 0
52+
53+
release:
54+
needs: lint-test
55+
runs-on: ubuntu-latest
56+
permissions: write-all
57+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
58+
steps:
59+
- name: Checkout
60+
uses: actions/checkout@v4
61+
with:
62+
fetch-depth: 0
6363

64-
# - name: Configure Git
65-
# run: |
66-
# git config user.name "$GITHUB_ACTOR"
67-
# git config user.email "[email protected]"
64+
- name: Configure Git
65+
run: |
66+
git config user.name "$GITHUB_ACTOR"
67+
git config user.email "[email protected]"
6868
69-
# - name: Run chart-releaser
70-
# uses: helm/[email protected]
71-
# env:
72-
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
73-
# CR_SKIP_EXISTING: "true"
69+
- name: Run chart-releaser
70+
uses: helm/[email protected]
71+
env:
72+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
73+
CR_SKIP_EXISTING: "true"

charts/langflow-ide/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: langflow-ide
33
description: Helm chart for Langflow IDE
44
type: application
5-
version: 0.1.2
5+
version: 0.0.1
66
appVersion: 1.0-alpha
77

88
dependencies:

charts/langflow-runtime/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: langflow-runtime
33
description: A helm chart for running LangFlow flows as a service
44
type: application
5-
version: 0.1.2
5+
version: 0.0.1
66
appVersion: "1.0-alpha"

0 commit comments

Comments
 (0)