We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f05d0b commit 3c540a9Copy full SHA for 3c540a9
scripts/publish-prerelease.sh
@@ -28,6 +28,7 @@ if [[ $prompt =~ [yY](es)* ]]; then
28
pnpm exec changeset publish --no-git-tag --snapshot --tag $version
29
else
30
echo "Publish command aborted by the user."
31
+ git reset --hard HEAD
32
exit 1;
33
fi
34
0 commit comments