Skip to content

Commit

Permalink
Fix apply-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarlagerlof committed May 21, 2024
1 parent 68e1d42 commit 3c69fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# Step 1: Get the changeset status
yarn changeset status --output version.json
yarn changeset status --since origin/main --output version.json

# Step 2: Extract newVersion from version.json
new_version=$(jq -r '.releases[0].newVersion' version.json)
Expand Down

0 comments on commit 3c69fdb

Please sign in to comment.