We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f226b2 commit a957537Copy full SHA for a957537
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
git config user.name "microcks-bot"
55
git config user.email "[email protected]"
56
- git commit -S -m "chore: Releasing version ${{ github.event.inputs.version }}" .
+ git commit -s -m "chore: Releasing version ${{ github.event.inputs.version }}" .
57
git tag ${{ github.event.inputs.version }}
58
git push origin ${{ github.event.inputs.version }}
59
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Commit, push and tag changes
94
95
- git commit -S -m "chore: Setting ALPHA VersionSuffix to ${{ github.event.inputs.nextVersion }}" .
+ git commit -s -m "chore: Setting ALPHA VersionSuffix to ${{ github.event.inputs.nextVersion }}" .
96
git push origin ${{ github.event.inputs.branch }}
97
98
0 commit comments