We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc272e7 commit e61709bCopy full SHA for e61709b
.github/workflows/release.yml
@@ -38,6 +38,10 @@ jobs:
38
with:
39
github_token: ${{ secrets.GH_BOT_TOKEN }}
40
npm_token: ${{ secrets.NPM_BOT_TOKEN }}
41
+ - uses: actions/download-artifact@v4
42
+ with:
43
+ name: slices
44
+ path: dist/slices
45
- uses: shabados/actions/publish-github@release/v3
46
47
0 commit comments