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 dd183ca commit 2d31917Copy full SHA for 2d31917
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
steps:
41
- uses: actions/checkout@v4
42
with:
43
- fetch-depth: 0
+ fetch-depth: 0 # All tags should be fetched.
44
- name: jdk 11
45
uses: actions/setup-java@v4
46
0 commit comments