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 624195f commit e3c264dCopy full SHA for e3c264d
.github/workflows/publish.yaml
@@ -67,6 +67,8 @@ jobs:
67
echo "::set-output name=asset::$(echo *.tar.gz)"
68
- name: Upload release asset
69
run: gh release upload ${{ github.event.release.tag_name }} bin-package/${{ steps.build.outputs.asset }} --clobber
70
+ env:
71
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
73
publish-github-docker:
74
runs-on: ubuntu-20.04
@@ -100,6 +102,8 @@ jobs:
100
102
101
103
104
105
106
107
108
publish-npm:
109
needs:
0 commit comments