We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a7175 commit ab54f6eCopy full SHA for ab54f6e
.github/workflows/release.yml
@@ -30,6 +30,10 @@ jobs:
30
fetch-depth: "1"
31
submodules: "false"
32
33
+ - name: Store GitHub token in environment
34
+ run: echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> "$GITHUB_ENV"
35
+ shell: bash
36
+
37
- name: "Store version numbers in env variables"
38
# The awk command to increase the version number was copied from
39
# StackOverflow: https://stackoverflow.com/a/61921674/3959933
0 commit comments