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 6c8f487 commit c981228
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
echo "has-tag=false" >> "$GITHUB_OUTPUT"
fi
- name: Debug
run: echo "$GITHUB_OUTPUT"

- name: Debug2
run: echo "${{ steps.checkTagExists.outputs.has-tag }}"

publish:
name: 🚀 📦 Publish Package
needs: hasTag
Expand Down

0 comments on commit c981228

Please sign in to comment.