Skip to content

Commit

Permalink
fix(lib): npm publish github action settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Feb 6, 2023
1 parent a67996a commit 59dacff
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
folder: dist/elements-demo

- name: Publish to NPM
if: startsWith(github.ref, 'refs/tags/v')
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
check-version: true
package: /dist/elements/package.json

0 comments on commit 59dacff

Please sign in to comment.