Skip to content

Commit

Permalink
fix: try to release with previously used semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 15, 2023
1 parent 4c05d99 commit a674dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
cache: npm
- run: npm ci
- run: npm run build
- run: ls pkg/
- run: ls pkg/dist-types
- run: npx semantic-release --debug
- run: npx semantic-release@18 --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}

0 comments on commit a674dd6

Please sign in to comment.