Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoki authored Jul 4, 2024
1 parent bc17c34 commit b6a5903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
run: |
npm install --no-save \
--prefix package \
@semantic-release/npm@23.1.1 \
@semantic-release/npm \
@semantic-release/github \
conventional-changelog-eslint \
- name: Release
run: npx semantic-release -e ./config/release.config.js
run: npx semantic-release@23.1.1 -e ./config/release.config.js
working-directory: ./package
env:
GITHUB_TOKEN: ${{ secrets.REPOS_TOKEN }}
Expand Down

0 comments on commit b6a5903

Please sign in to comment.