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 a56959e commit 0a0f5af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Get tags
run: git fetch --tags origin

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

0 comments on commit 0a0f5af

Please sign in to comment.