We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923d791 commit 4c1deffCopy full SHA for 4c1deff
.github/workflows/release.yml
@@ -81,6 +81,8 @@ jobs:
81
82
- name: Release snapshot
83
if: ${{ env.RELEASE_TAG == 'flank-snapshot' }}
84
+ env:
85
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86
run: flankScripts github make_release --input-file=./test_runner/build/libs/flank.jar --git-tag=$RELEASE_TAG --commit-hash=$GITHUB_SHA --snapshot
87
88
- name: Release stable
@@ -91,7 +93,7 @@ jobs:
91
93
92
94
- name: Append checksum to release
95
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
97
run: |
98
sha256sum ./test_runner/build/libs/flank.jar > flank.sha256
99
gh release upload $RELEASE_TAG flank.sha256
0 commit comments