Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzkokov authored Apr 26, 2024
1 parent c11b2c3 commit cf9ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: yarn
- run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
- run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN && git status
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm run release
Expand Down

0 comments on commit cf9ebc7

Please sign in to comment.