Explorar o código

Push tag in release workflow

Issue gh-11023
Eleftheria Stein %!s(int64=3) %!d(string=hai) anos
pai
achega
eba091bad5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/release-next-version.yml

+ 1 - 0
.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]