Quellcode durchsuchen

Push tag in release workflow

Issue gh-11023
Eleftheria Stein vor 3 Jahren
Ursprung
Commit
eba091bad5
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 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]