Skip to content

Commit

Permalink
Merge pull request #692 from Atom-Learning/fix/link-protocol-error
Browse files Browse the repository at this point in the history
fix: run semantic-release with npx instead of yarn
  • Loading branch information
thomasdigby authored Aug 28, 2024
2 parents 661aa1b + 036d8a9 commit f2d931f
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 @@ -16,7 +16,7 @@ jobs:
with:
node-version: '20.11'
- run: yarn install --immutable
- run: yarn semantic-release
- run: npx semantic-release
working-directory: lib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f2d931f

Please sign in to comment.