Skip to content

Commit

Permalink
fixup! Chore(ci): Check if branch has tag for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 3, 2024
1 parent c984aed commit 1107a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
id: checkTagExists
run: |
if [ -n "$(git tag --points-at HEAD)" ]; then
echo "has-tag=true"
echo "has-tag=true" >> $GITHUB_OUTPUT
else
echo "has-tag=false"
echo "has-tag=false" >> $GITHUB_OUTPUT
fi
- name: Debug1
Expand Down

0 comments on commit 1107a4a

Please sign in to comment.