We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b42a5 commit 312b34aCopy full SHA for 312b34a
.github/workflows/release.yaml
@@ -115,7 +115,7 @@ jobs:
115
CHAINLOOP_SIGNING_KEY: ${{ secrets.COSIGN_KEY }}
116
117
- name: Bump Chart Version
118
- run: .github/workflows/utils/bump-chart-version.sh deployment/chainloop/Chart.yaml ${{ github.ref_name }}
+ run: .github/workflows/utils/bump-chart-version.sh deployment/chainloop ${{ github.ref_name }}
119
120
- name: Create Pull Request
121
uses: peter-evans/create-pull-request@v5
0 commit comments