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 1107a4a commit fddcd71
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4

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

- name: Get tag name
uses: olegtarasov/[email protected]
id: tagName

- name: Tag
run: echo ${{ steps.tagName.outputs.tag }}
with:
fetch-tags: true

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

0 comments on commit fddcd71

Please sign in to comment.