mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-09 03:52:48 +00:00
Push tag in release workflow
Issue gh-11023
This commit is contained in:
parent
8914f06eca
commit
eba091bad5
1
.github/workflows/release-next-version.yml
vendored
1
.github/workflows/release-next-version.yml
vendored
@ -108,6 +108,7 @@ jobs:
|
|||||||
git commit -am "Release $updatedVersion"
|
git commit -am "Release $updatedVersion"
|
||||||
git tag $updatedVersion
|
git tag $updatedVersion
|
||||||
git push
|
git push
|
||||||
|
git push origin $updatedVersion
|
||||||
notify_result:
|
notify_result:
|
||||||
name: Check for failures
|
name: Check for failures
|
||||||
needs: [release]
|
needs: [release]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user