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 12d871b commit 9b4905d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Fetch tags
run: git fetch --tags

- run: git tag --points-at HEAD
- name: Tag
run: git tag --points-at HEAD

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

0 comments on commit 9b4905d

Please sign in to comment.