Skip to content

Commit

Permalink
fix(ci): invoke semantic-release directly
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 23, 2021
1 parent aabf3f4 commit 2d12cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- run: npm install

- name: Release
run: npm run semantic-release
run: node_modules/.bin/semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2d12cbe

Please sign in to comment.