Skip to content

Commit a2424b7

Browse files
committed
Fix version update command in documentation-upload.yml
1 parent 7e91b8c commit a2424b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Update release version
3232
run: |
3333
./mvnw versions:set -DgenerateBackupPoms=false -DnewVersion=$RELEASE_VERSION
34-
sed -i "s/version: 4.0.0-SNAPSHOT/version: 4.0.0-M1/" spring-shell-docs/antora.yml
34+
sed -i "s/version: $PROJECT_VERSION/version: $RELEASE_VERSION/" spring-shell-docs/antora.yml
3535
3636
- name: Generate Java docs
3737
run: ./mvnw --no-transfer-progress javadoc:aggregate

0 commit comments

Comments
 (0)