diff --git a/.github/workflows/release-next-version.yml b/.github/workflows/release-next-version.yml index b790ddd4a9..0a0cb48939 100644 --- a/.github/workflows/release-next-version.yml +++ b/.github/workflows/release-next-version.yml @@ -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]