Skip to content

Commit

Permalink
chore: fix release action (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc authored Sep 26, 2023
1 parent cabbb5d commit 3e23132
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
run: |
npx \
-p lodash \
-p semantic-release@17 \
-p @semantic-release/changelog@5 \
-p @semantic-release/git@9 \
-p @google/semantic-release-replace-plugin@1 \
-p @semantic-release/exec@5 \
-p semantic-release \
-p @semantic-release/changelog \
-p @semantic-release/git \
-p @google/semantic-release-replace-plugin \
-p @semantic-release/exec \
semantic-release --dry-run
- name: Semantic Release
Expand All @@ -94,9 +94,9 @@ jobs:
run: |
npx \
-p lodash \
-p semantic-release@17 \
-p @semantic-release/changelog@5 \
-p @semantic-release/git@9 \
-p @google/semantic-release-replace-plugin@1 \
-p @semantic-release/exec@5 \
-p semantic-release \
-p @semantic-release/changelog \
-p @semantic-release/git \
-p @google/semantic-release-replace-plugin \
-p @semantic-release/exec \
semantic-release

0 comments on commit 3e23132

Please sign in to comment.