We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d514a02 commit 084b3d8Copy full SHA for 084b3d8
.github/workflows/release.yml
@@ -23,9 +23,7 @@ jobs:
23
- run: npm install
24
- run: npm run build --if-present
25
- 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
+ - run: npx semantic-release@17
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments