Skip to content

Commit 90c90c0

Browse files
authored
fix: Prevent semantic-release from accidentally getting bundled 🐛 (#398)
1 parent 9b5f51c commit 90c90c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24-
run: |
25-
yarn add semantic-release
26-
yarn semantic-release
24+
run: yarn global add semantic-release && semantic-release

0 commit comments

Comments
 (0)