We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a6757 + df3b886 commit 79ff404Copy full SHA for 79ff404
ci/tasks/release.sh
@@ -13,12 +13,14 @@ chmod 400 $HOME/.ssh/id_rsa
13
git config --global user.email "[email protected]"
14
git config --global user.name "Nemobot"
15
16
-yarn install --no-progress
17
-yarn version --no-git-tag-version --new-version $VERSION
+corepack enable
+
18
+pnpm install --no-progress
19
+pnpm version --no-git-tag-version --new-version $VERSION
20
21
git add .
22
git commit -m "v$VERSION"
23
git push origin HEAD:main
24
25
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> $HOME/.npmrc
-yarn publish --non-interactive
26
+pnpm publish --non-interactive
0 commit comments