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 c9bc01b commit 73d96baCopy full SHA for 73d96ba
.github/workflows/upload-assets.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: 📤 Upload release assets
28
uses: alexellis/[email protected]
29
+ env:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
with:
32
asset_paths: '["./dist.tar.gz"]'
33
0 commit comments