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
wistefan committed Jul 5, 2024
1 parent fe379e5 commit addb0f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,19 @@ jobs:
)
IFS='\n' read -ra LABEL <<< "$LABELS"
for i in "${LABEL[@]}"; do
echo $i
case $i in
# Will just use the first occurence
'major'|'minor'|'patch')
echo "::set-output name=release_label::$i"
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 addb0f6

Please sign in to comment.