Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Update release-helm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wiedemann authored Jul 5, 2024
1 parent a2916a0 commit fe379e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
case $i in
# Will just use the first occurence
'major'|'minor'|'patch')
echo "RELEASE_LABEL=$i" >> $GITHUB_OUTPUT
echo "::set-output name=release_label::$i"
break
esac
done
- uses: zwaldowski/semver-release-action@v2
with:
dry_run: true
bump: ${{ steps.match-label-bash.outputs.RELEASE_LABEL }}
bump: ${{ steps.match-label-bash.outputs.release_label }}
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Set version output
Expand Down

0 comments on commit fe379e5

Please sign in to comment.