We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00aafa commit 1ab1c8cCopy full SHA for 1ab1c8c
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v3
18
19
- name: Fetch all tags
20
- run: git fetch --tags
+ run: git fetch --tags --force
21
22
- name: Setup JDK
23
uses: actions/[email protected]
0 commit comments