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 d5840a1 commit 50595f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Fetch tags
run: git fetch --tags

- run: echo "$(git tag --points-at HEAD)"

- name: Check Tag On Commit
id: checkTagExists
run: |
Expand Down

0 comments on commit 50595f8

Please sign in to comment.