Skip to content

Commit 229c895

Browse files
authored
Update release.yml
1 parent 45eff74 commit 229c895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: tgz
5656
- name: Upload tarball to release assets via GH CLI
5757
env:
58-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
run: gh release upload @aliceo2/bookkeeping@${{ needs.deploy-npm-module.outputs.VERSION }} ${{ steps.tgz.outputs.tgz_name }}
6060
- name: Upload TARball to S3
6161
uses: awegrzyn/s3-put-action@v1

0 commit comments

Comments
 (0)