We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46dc0c commit a122b0eCopy full SHA for a122b0e
.circleci/config.yml
@@ -74,7 +74,9 @@ jobs:
74
command: yarn build
75
- run:
76
name: Install publishing packages
77
- command: yarn global add semantic-release@latest @semantic-release/changelog @semantic-release/git@latest @semantic-release/npm@latest
+# command: yarn global add semantic-release@latest @semantic-release/changelog @semantic-release/git@latest @semantic-release/npm@latest
78
+ # install newest semantic-release (22.0.12) that worked with node 18.19.0
79
+ command: yarn global add [email protected] @semantic-release/changelog @semantic-release/git@latest @semantic-release/npm@latest
80
81
name: Attempt publish
82
command: yarn exec semantic-release
0 commit comments