Skip to content

Commit

Permalink
tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobello committed Aug 3, 2024
1 parent 77cb9e1 commit a8521c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
# git push origin "release-v$VERSION"
#el
run: |
if [[ ${{ github.ref }} == "refs/tags/release-v"* ]] ; then
if [[ "${{ github.ref }}" == "refs/tags/release-v"* ]] ; then
echo "do_release=true" >> $GITHUB_OUTPUT
else
echo "do_release=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a8521c7

Please sign in to comment.