Push tag in release workflow
Issue gh-11023
This commit is contained in:
@@ -108,6 +108,7 @@ jobs:
|
||||
git commit -am "Release $updatedVersion"
|
||||
git tag $updatedVersion
|
||||
git push
|
||||
git push origin $updatedVersion
|
||||
notify_result:
|
||||
name: Check for failures
|
||||
needs: [release]
|
||||
|
||||
Reference in New Issue
Block a user