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