We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fee12 commit 2783a26Copy full SHA for 2783a26
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
echo "release=$version" >> $GITHUB_OUTPUT
78
echo "releasenumber=${version//[!0-9]/}" >> $GITHUB_OUTPUT
79
80
- - name: Commit and Push
+ - name: Commit and Push
81
run: |
82
git add -A
83
git commit -m "Release ${{ steps.version.outputs.release }}"
0 commit comments