Skip to content

Commit

Permalink
chore: fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 24, 2021
1 parent 4cc13b5 commit 57af62f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: npm run test --if-present
- run: yarn global add semantic-release
- run: semantic-release --branches main
- run: npx semantic-release --branches main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 57af62f

Please sign in to comment.