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 5c79abc commit 6a6b91dCopy full SHA for 6a6b91d
.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