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.
2 parents 0c23981 + 465d80c commit 31fd098Copy full SHA for 31fd098
.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