Procházet zdrojové kódy

Push tag in release workflow

Issue gh-11023
Eleftheria Stein před 3 roky
rodič
revize
eba091bad5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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]