Skip to content

Commit e79b1ab

Browse files
authored
Update release.yml
1 parent 0277472 commit e79b1ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
fetch-tags: true
5151

5252
- name: Apply new tags
53+
env:
54+
GH_TOKEN: ${{ github.token }}
5355
run: |
5456
git fetch --tags origin
5557
current="$(git describe --tags --abbrev=0 --match 'v*.*')"

0 commit comments

Comments
 (0)