Skip to content

Commit 34d4fb5

Browse files
authored
chore: globally install semantic-release in action
1 parent 41026ee commit 34d4fb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
- run: npm install
2424
- run: npm run build --if-present
2525
- run: npm test
26+
- run: npm install semantic-release@15 --global
2627
- run: npm install @oclif/semantic-release@3 --global
27-
- run: npx semantic-release -e @oclif/semantic-release
28+
- run: semantic-release -e @oclif/semantic-release
2829
env:
2930
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3031
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)