Skip to content

Commit 611079c

Browse files
committed
ci: use workaround found in actions/setup-node#85
1 parent 6aeece7 commit 611079c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ jobs:
8989
@semantic-release/changelog \
9090
@semantic-release/exec \
9191
semantic-release
92+
echo "::add-path::$(yarn global bin)"
9293
9394
- name: Release
9495
run: |
95-
npx semantic-release
96+
semantic-release
9697
env:
9798
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)