File tree 3 files changed +22
-22
lines changed
3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -49,25 +49,25 @@ jobs:
49
49
- name : Run chart-testing (install)
50
50
if : steps.list-changed.outputs.changed == 'true'
51
51
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
63
63
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] "
68
68
69
- # - name: Run chart-releaser
70
-
71
- # env:
72
- # CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
73
- # CR_SKIP_EXISTING: "true"
69
+ - name : Run chart-releaser
70
+
71
+ env :
72
+ CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
73
+ CR_SKIP_EXISTING : " true"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : langflow-ide
3
3
description : Helm chart for Langflow IDE
4
4
type : application
5
- version : 0.1.2
5
+ version : 0.0.1
6
6
appVersion : 1.0-alpha
7
7
8
8
dependencies :
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : langflow-runtime
3
3
description : A helm chart for running LangFlow flows as a service
4
4
type : application
5
- version : 0.1.2
5
+ version : 0.0.1
6
6
appVersion : " 1.0-alpha"
You can’t perform that action at this time.
0 commit comments