Skip to content

Commit

Permalink
fix: wrap the release output in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmalec committed Oct 16, 2023
1 parent 5012cc7 commit 16e9cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
REF: ${{ github.ref }}
run: |
echo branch_exists=$(git ls-remote --heads origin refs/heads/release/${REF:10} | wc -l) >> $GITHUB_OUTPUT
echo "branch_exists=$(git ls-remote --heads origin refs/heads/release/${REF:10} | wc -l)" >> $GITHUB_OUTPUT
release:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 16e9cb8

Please sign in to comment.