Skip to content

Commit

Permalink
Fix: publish bug (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa authored Apr 29, 2020
1 parent 9bcc482 commit 76993f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: yarn install
- name: Build
Expand All @@ -18,5 +22,4 @@ jobs:
- name: Publish
run: npm publish .
env:
NPM_REGISTRY_URL: https://registry.npmjs.org
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 76993f5

Please sign in to comment.