Skip to content

Commit

Permalink
Attempt to upload dist artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Oct 2, 2021
1 parent a6f162d commit cea5c88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/upload-artifact@v2
with:
path: dist

0 comments on commit cea5c88

Please sign in to comment.