Skip to content

Commit

Permalink
Merge 4e86ed1 into 5fbc205
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jun 9, 2020
2 parents 5fbc205 + 4e86ed1 commit c21e2ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
- name: Publish to npm
uses: pascalgn/npm-publish-action@1.2.0
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit c21e2ef

Please sign in to comment.