Skip to content

Commit

Permalink
[workflow] Fix sign and message params
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <didi@posteo.net>
  • Loading branch information
didierofrivia committed Aug 21, 2024
1 parent 065eef6 commit 1c8ddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add -A && git commit -m -s "Prepared release v${{ inputs.kuadrantOperatorVersion }}"
git add -A && git commit -s -m "Prepared release v${{ inputs.kuadrantOperatorVersion }}"
git push origin release-v${{ inputs.kuadrantOperatorVersion }}
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 1c8ddab

Please sign in to comment.