Skip to content

Commit

Permalink
rework
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 28, 2021
1 parent d34ce20 commit 45a8ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm install
- run: npm install release-it
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm install release-it

- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- run: npm run release

0 comments on commit 45a8ea8

Please sign in to comment.