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 1097b93 commit fa45a22Copy full SHA for fa45a22
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Update major tag
32
run: |
33
- git tag -fa v$MAJOR_VERSION -m "Update v$MAJOR_VERSION tag"
34
- git push origin v$MAJOR_VERSION --force
+ git tag -fa $MAJOR_VERSION -m "Update $MAJOR_VERSION tag"
+ git push origin $MAJOR_VERSION --force
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments