Skip to content

Commit

Permalink
reowkr
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 28, 2021
1 parent 4d92499 commit 35886f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run release
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- run: npm run release

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 35886f7

Please sign in to comment.