Skip to content

Commit 1c14ea7

Browse files
authored
fix(ci): Update release.yml
1 parent 8072da8 commit 1c14ea7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ jobs:
1818
steps:
1919
- name: "Checkout"
2020
uses: actions/checkout@v4
21+
2122
- name: "Get and Set version"
2223
id: set-version
24+
env:
25+
GH_TOKEN: ${{ github.token }}
2326
run: |
2427
set -e
2528

0 commit comments

Comments
 (0)