Skip to content

Commit

Permalink
chore: update git auto tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyen-hl committed Jun 28, 2024
1 parent bc47a0a commit 95de9d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
- name: Fetch all tags
run: |
git fetch --tags
- name: Fetch all tags
run: |
git fetch --tags
- name: Get latest tag
id: get_latest_tag
Expand Down

0 comments on commit 95de9d3

Please sign in to comment.