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

Commit

Permalink
regex πŸ˜…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahor committed Aug 27, 2023
1 parent ccb06df commit b3d91c2
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 @@ -95,7 +95,7 @@ jobs:
output=$(pnpm exec changeset publish --tag next)
echo $output
changesetComment=$(echo "$output" | grep -zoE 'Publishing ("[^"]+") at (".*")')
changesetComment=$(echo "$output" | grep -zoE 'New tag: ([^ ]+)' | sed -E 's/New tag: //g')
echo "changesetComment=$changesetComment" >> $GITHUB_OUTPUT
env:
Expand All @@ -122,7 +122,7 @@ jobs:
if: failure()
with:
comment-id: ${{ github.event.comment.id }}
reactions: x
reactions: -1
reactions-edit-mode: replace
edit-mode: replace
body: |
Expand Down

0 comments on commit b3d91c2

Please sign in to comment.