Skip to content

Commit 8db15be

Browse files
committed
use manual fetch for tags
1 parent b748d5a commit 8db15be

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ runs:
1616
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
19-
fetch-tags: true
20-
set-safe-directory: true
19+
20+
- name: Fetch tags
21+
shell: bash
22+
run: |
23+
git config --global --add safe.directory $GITHUB_WORKSPACE
24+
git fetch --tags --force

0 commit comments

Comments
 (0)