Skip to content

Commit

Permalink
chore: try without oclif/semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
amphro authored Mar 3, 2020
1 parent d514a02 commit 084b3d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm install semantic-release@15 --global
- run: npm install @oclif/semantic-release@3 --global
- run: semantic-release -e @oclif/semantic-release
- run: npx semantic-release@17
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 084b3d8

Please sign in to comment.