We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45eff74 commit 229c895Copy full SHA for 229c895
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
id: tgz
56
- name: Upload tarball to release assets via GH CLI
57
env:
58
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
run: gh release upload @aliceo2/bookkeeping@${{ needs.deploy-npm-module.outputs.VERSION }} ${{ steps.tgz.outputs.tgz_name }}
60
- name: Upload TARball to S3
61
uses: awegrzyn/s3-put-action@v1
0 commit comments