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 030fb46 commit dcca6faCopy full SHA for dcca6fa
.github/workflows/bump-version.yml
@@ -45,10 +45,6 @@ jobs:
45
run: |
46
./gradlew switchToSnapshot
47
48
- - name: Update versions in documents
49
- run: |
50
- ./gradlew updateVersionsInDocuments
51
-
52
- name: Commit changes
53
54
git config user.name "webauthn4j-bot"
.github/workflows/release.yml
@@ -37,6 +37,10 @@ jobs:
37
38
./gradlew switchToRelease
39
40
+ - name: Update versions in documents
41
+ run: |
42
+ ./gradlew updateVersionsInDocuments
43
+
44
- name: Build with Gradle
./gradlew build javadoc asciidoc
0 commit comments