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 40c4b1f commit a04e50eCopy full SHA for a04e50e
scripts/publish-jsr.sh
@@ -6,9 +6,10 @@ if [ -f "./$WORKSPACE_PATH/jsr.json" ]; then
6
if $LD_RELEASE_IS_DRYRUN ; then
7
echo "Doing a dry run of jsr publishing."
8
npx jsr publish --dry-run --allow-dirty || { echo "jsr publish failed" >&2; exit 1; }
9
- elif [ -f "./$WORKSPACE_PATH/jsr.json" ]; then
10
- echo "Publishing to jsr."
+ else
+ echo "Publishing to jsr.."
11
npx jsr publish --allow-dirty || { echo "jsr publish failed" >&2; exit 1; }
12
+ echo "Successfully published to jsr."
13
fi
14
else
15
echo "Skipping jsr."
0 commit comments