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 <[email protected]>
  • Loading branch information
didierofrivia committed Aug 21, 2024
1 parent 79e484c commit 248c5c9
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 @@ -55,7 +55,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.limitadorOperatorVersion }}"
git add -A && git commit -s -m "Prepared release v${{ inputs.limitadorOperatorVersion }}"
git push origin release-v${{ inputs.limitadorOperatorVersion }}
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 248c5c9

Please sign in to comment.