Skip to content

Commit

Permalink
chore(actions): update action, replace branch w/ tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Feb 12, 2024
1 parent e3d04fb commit d0206bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: hack/release.sh ${{ github.event.inputs.version }}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "build(manifests): update manifests and chart for ${{ github.ref_name }}"
commit_message: "build(manifests): update manifests and chart for ${{ github.event.inputs.version }}"
tagging_message: ${{ github.event.inputs.version }}
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit d0206bc

Please sign in to comment.