Skip to content

Commit

Permalink
fix: update semantic release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoyuesong committed Sep 14, 2024
1 parent 6be2f80 commit 8a582fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Dry run semantic-release
run: |
export PATH=$PATH:$(yarn global bin)
yarn global add semantic-release@17.4.3
yarn global add semantic-release@24.1.1
semantic-release --dry-run
release-build-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Run semantic-release
run: |
export PATH=$PATH:$(yarn global bin)
yarn global add semantic-release@19.0.2
yarn global add semantic-release@24.1.1
semantic-release
push-packages:
Expand Down

0 comments on commit 8a582fa

Please sign in to comment.