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.
2 parents fe8a84a + 4471cf0 commit be806fdCopy full SHA for be806fd
.github/workflows/gradle-build.yml
@@ -19,10 +19,10 @@ jobs:
19
uses: actions/checkout@v3
20
# Set up git hashes environment variables
21
- name: Git Hashes
22
- uses: Im-Fran/git-hashes-action@v1.0.2
+ uses: Im-Fran/git-hashes-action@v1.0.3
23
# Set up version from tag environment variables
24
- name: Version from Tag Action
25
- uses: Im-Fran/version-from-tag-action@v1.0.2
+ uses: Im-Fran/version-from-tag-action@v1.0.3
26
with:
27
remove-first-character: 'v'
28
# Set up the JDK
@@ -50,4 +50,4 @@ jobs:
50
51
branch: gh-pages
52
folder: build/dokka
53
- clean: true
+ clean: true
0 commit comments