Skip to content

Commit

Permalink
πŸ› Fix git tag step failing (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
trymzet authored Aug 26, 2024
1 parent fc8796a commit 35641ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/detect-and-tag-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
with:
tag: v${{ steps.get-version.outputs.version }}

- uses: fregante/setup-git-user@v2

- name: Publish the new tag
# Trigger the cd.yml workflow if a new tag is detected.
if: steps.check-tag.outputs.exists != 'true'
Expand Down

0 comments on commit 35641ce

Please sign in to comment.