Skip to content

Commit 084b3d8

Browse files
authored
chore: try without oclif/semantic-release
1 parent d514a02 commit 084b3d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
- run: npm install
2424
- run: npm run build --if-present
2525
- run: npm test
26-
- run: npm install semantic-release@15 --global
27-
- run: npm install @oclif/semantic-release@3 --global
28-
- run: semantic-release -e @oclif/semantic-release
26+
- run: npx semantic-release@17
2927
env:
3028
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3129
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)