Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
gnegne
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahor committed Aug 27, 2023
1 parent b652be1 commit 3c124ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
pnpm run publish:prepare
output=$(pnpm exec changeset publish --tag next)
echo "$output"
versions=$(echo "$output" | grep -zoE 'New tag: +([^ ]+)' | sed -E 's/New tag: //g')
versions=$(echo "$output" | grep -zoE 'New tag: +([-\w@a-z/0-9.]+)' | sed -E 's/New tag: +//g' | tr '\n' ' ')
echo "VERSIONS=$versions"
echo "versions=$versions" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3c124ad

Please sign in to comment.