Skip to content

Commit

Permalink
Merge branch 'beta' of github.com:pixijs/pixi-react into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Aug 1, 2024
2 parents 9600a10 + 38249ab commit 7f1e300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handle-release-branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: release
run: |
export NEXT_TAG_VERSION=$(npx semantic-release | tee /dev/tty | grep 'The next release version is' | sed -E 's/.* ([[:digit:].]+)$/\1/')
export NEXT_TAG_VERSION=$(npx semantic-release | tee >(cat >&2) | grep 'The next release version is' | sed -E 's/.* ([[:digit:].]+)$/\1/')
echo "new_tag_version=${NEXT_TAG_VERSION}" >> $GITHUB_OUTPUT
shell: bash

Expand Down

0 comments on commit 7f1e300

Please sign in to comment.