Skip to content

Commit 312b34a

Browse files
authored
fix(ci): bump-chart-version call (#82)
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent 88b42a5 commit 312b34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
CHAINLOOP_SIGNING_KEY: ${{ secrets.COSIGN_KEY }}
116116

117117
- name: Bump Chart Version
118-
run: .github/workflows/utils/bump-chart-version.sh deployment/chainloop/Chart.yaml ${{ github.ref_name }}
118+
run: .github/workflows/utils/bump-chart-version.sh deployment/chainloop ${{ github.ref_name }}
119119

120120
- name: Create Pull Request
121121
uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)