We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cf4b5 commit ce37b17Copy full SHA for ce37b17
1 file changed
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
git config --local user.email "action@github.com"
56
git config --local user.name "GitHub Action"
57
- git commit -m ". C Release v${{ steps.version.outputs.tag }} - ${{ github.event.release.name }}" -a || echo "nothing to commit"
+ git commit -m ". C Release v${{ steps.version.outputs.tag }} - ${{ github.event.release.name }} --------------" -a || echo "nothing to commit"
58
git checkout -b temp
59
git fetch
60
git checkout master
0 commit comments