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 0a0f5af commit d5840a1
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 @@ -21,8 +21,8 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4

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

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

0 comments on commit d5840a1

Please sign in to comment.