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 0277472 commit e79b1abCopy full SHA for e79b1ab
.github/workflows/release.yml
@@ -50,6 +50,8 @@ jobs:
50
fetch-tags: true
51
52
- name: Apply new tags
53
+ env:
54
+ GH_TOKEN: ${{ github.token }}
55
run: |
56
git fetch --tags origin
57
current="$(git describe --tags --abbrev=0 --match 'v*.*')"
0 commit comments