Skip to content

Commit

Permalink
fix(release): use @google/[email protected] to …
Browse files Browse the repository at this point in the history
…avoid module loading bug
  • Loading branch information
gforsyth committed Aug 2, 2023
1 parent 9ffaf99 commit 5c6f4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release/dry_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nix develop '.#release' -c npx --yes \
-p "@semantic-release/changelog" \
-p "@semantic-release/exec" \
-p "@semantic-release/git" \
-p "@google/semantic-release-replace-plugin" \
-p "@google/semantic-release-replace-plugin@1.2.0" \
-p "conventional-changelog-conventionalcommits" \
semantic-release \
--ci \
Expand Down
2 changes: 1 addition & 1 deletion ci/release/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ nix develop '.#release' -c npx --yes \
-p "@semantic-release/github" \
-p "@semantic-release/exec" \
-p "@semantic-release/git" \
-p "@google/semantic-release-replace-plugin" \
-p "@google/semantic-release-replace-plugin@1.2.0" \
-p "conventional-changelog-conventionalcommits" \
semantic-release --ci

0 comments on commit 5c6f4fa

Please sign in to comment.