Skip to content

Commit ab54f6e

Browse files
committed
Update
1 parent d2a7175 commit ab54f6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
fetch-depth: "1"
3131
submodules: "false"
3232

33+
- name: Store GitHub token in environment
34+
run: echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> "$GITHUB_ENV"
35+
shell: bash
36+
3337
- name: "Store version numbers in env variables"
3438
# The awk command to increase the version number was copied from
3539
# StackOverflow: https://stackoverflow.com/a/61921674/3959933

0 commit comments

Comments
 (0)