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 559c84a commit d5a8ecdCopy full SHA for d5a8ecd
.github/workflows/release.yml
@@ -41,8 +41,8 @@ jobs:
41
MAJOR=${VERSION%%.*}
42
git config --global user.name 'GitHub Actions'
43
git config --global user.email '[email protected]'
44
- git tag -fa "${MAJOR}" -m 'Update major version tag with $VERSION'
45
- git push origin "${MAJOR}" --force
+ git tag -fa "v${MAJOR}" -m 'Update major version tag with $VERSION'
+ git push origin "v${MAJOR}" --force
46
47
- name: Create a GitHub release
48
uses: ncipollo/release-action@v1
0 commit comments