Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Fix npm workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
msolefonte committed Oct 24, 2020
1 parent 9515d08 commit e880b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: npm run test
- name: Publish, if version has been updated
uses: JS-DevTools/npm-publish@v1
env:
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit e880b2d

Please sign in to comment.