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 2c8fb73 commit fcb4832Copy full SHA for fcb4832
.github/workflows/build-master.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
+ with:
18
+ fetch-depth: 0
19
- name: Set up Java
20
uses: actions/setup-java@v1
21
with:
.github/workflows/publish-release.yml
@@ -12,6 +12,8 @@ jobs:
12
13
0 commit comments