Skip to content

Commit

Permalink
fix: Update semantic-release via npm bin (twilio#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
onuzbee committed Dec 16, 2021
1 parent e26020d commit b35a2ac
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 @@ -87,7 +87,7 @@ jobs:
make install
- name: semanticRelease
id: semantic-release
run: npx semantic-release -t \${version}
run: DEBUG=semantic-release:* $(npm bin)/semantic-release -t \${version}
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit b35a2ac

Please sign in to comment.