Skip to content

Commit dcca6fa

Browse files
committed
Follow up: automate release workflow
1 parent 030fb46 commit dcca6fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bump-version.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
run: |
4646
./gradlew switchToSnapshot
4747
48-
- name: Update versions in documents
49-
run: |
50-
./gradlew updateVersionsInDocuments
51-
5248
- name: Commit changes
5349
run: |
5450
git config user.name "webauthn4j-bot"

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
run: |
3838
./gradlew switchToRelease
3939
40+
- name: Update versions in documents
41+
run: |
42+
./gradlew updateVersionsInDocuments
43+
4044
- name: Build with Gradle
4145
run: |
4246
./gradlew build javadoc asciidoc

0 commit comments

Comments
 (0)