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 fe8a84a commit 4471cf0Copy full SHA for 4471cf0
.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