Skip to content

Commit

Permalink
Enable npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Guuzzeji committed Aug 30, 2022
1 parent 2276773 commit 24a2395
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm install
# - name: Publish package on NPM 📦
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish package on NPM 📦
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 24a2395

Please sign in to comment.