Skip to content

Commit

Permalink
Merge 33ad12d into 567e5f9
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jun 9, 2020
2 parents 567e5f9 + 33ad12d commit 3e2a891
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 3e2a891

Please sign in to comment.