Skip to content

Commit

Permalink
chore: Update Release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar committed May 21, 2021
1 parent ac8d965 commit 4e214d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ jobs:
- name: Authenticate with the npm registry
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run release

0 comments on commit 4e214d8

Please sign in to comment.