Skip to content

Commit 1ab1c8c

Browse files
Force-Fetch
1 parent f00aafa commit 1ab1c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Fetch all tags
20-
run: git fetch --tags
20+
run: git fetch --tags --force
2121

2222
- name: Setup JDK
2323
uses: actions/[email protected]

0 commit comments

Comments
 (0)