Skip to content

Commit

Permalink
fix: Merge pull request #14 from JunNishimura/feature/fix_release
Browse files Browse the repository at this point in the history
specify version of semantic-release
  • Loading branch information
JunNishimura committed Mar 31, 2024
2 parents cbe073e + b316005 commit 64d591a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- name: run semantic release
run: |
npm install --save-dev semantic-release@latest
npm install --save-dev semantic-release@17.2.4
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 64d591a

Please sign in to comment.