We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4992e8c commit 465d80cCopy full SHA for 465d80c
.github/workflows/update-scheduled-release-version.yml
@@ -64,7 +64,6 @@ jobs:
64
git config user.name 'github-actions[bot]'
65
git config user.email 'github-actions[bot]@users.noreply.github.com'
66
./gradlew :updateProjectVersion
67
- ./gradlew :spring-security-docs:antoraUpdateVersion
68
updatedVersion=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
69
git commit -am "Release $updatedVersion"
70
git tag $updatedVersion
0 commit comments