We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f651465 commit a56872eCopy full SHA for a56872e
.github/workflows/helm_push.yml
@@ -42,10 +42,10 @@ jobs:
42
name: Prepare to build from branch
43
run: |
44
git switch --force-create ${{ inputs.branch }} origin/${{ inputs.branch }}
45
- - uses: gittools/actions/gitversion/setup@v3.0.0
+ - uses: gittools/actions/gitversion/setup@v3.1.0
46
with:
47
versionSpec: 5.x
48
- - uses: gittools/actions/gitversion/execute@v3.0.0
+ - uses: gittools/actions/gitversion/execute@v3.1.0
49
id: calculate-semver
50
51
targetPath: ${{ env.CHARTS_DIR }}
0 commit comments