Skip to content

Commit 465d80c

Browse files
Remove antoreUpdateVersion task from release automation
1 parent 4992e8c commit 465d80c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/update-scheduled-release-version.yml

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
git config user.name 'github-actions[bot]'
6565
git config user.email 'github-actions[bot]@users.noreply.github.com'
6666
./gradlew :updateProjectVersion
67-
./gradlew :spring-security-docs:antoraUpdateVersion
6867
updatedVersion=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
6968
git commit -am "Release $updatedVersion"
7069
git tag $updatedVersion

0 commit comments

Comments
 (0)