We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876b110 commit cc57a24Copy full SHA for cc57a24
1 file changed
.github/workflows/release.yml
@@ -32,8 +32,8 @@ jobs:
32
git config user.name '${{ github.actor }}'
33
git config user.email '${{ github.actor }}@users.noreply.github.com'
34
git add README.md package.json
35
- git commit --message "Update version to ${GITHUB_REF_NAME}" || :
36
- git push origin '${{ github.event.repository.default_branch }}'
+ git commit --message "Bump version to ${GITHUB_REF_NAME}" || :
+ git push origin 'HEAD:${{ github.event.repository.default_branch }}'
37
git tag --force "${GITHUB_REF_NAME}" HEAD
38
git push origin "${GITHUB_REF_NAME}" --force
39
fi
0 commit comments