Skip to content

Commit

Permalink
Fix custom publish (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson authored Jun 17, 2024
1 parent d6b50a2 commit 58fd487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -f "${SCRIPT_DIR}/../.changeset/pre.json" ]; then
MODE=$($JQ --raw-output .mode "${SCRIPT_DIR}/../.changeset/pre.json")

if [ "$MODE" == "pre" ]; then
TAG=$(JQ --raw-output .tag "${SCRIPT_DIR}/../.changeset/pre.json")
TAG=$($JQ --raw-output .tag "${SCRIPT_DIR}/../.changeset/pre.json")
else
echo "Invalid mode for releasing: $MODE"
exit 100
Expand Down

0 comments on commit 58fd487

Please sign in to comment.