瀏覽代碼

Push tag in release workflow

Issue gh-11023
Eleftheria Stein 3 年之前
父節點
當前提交
eba091bad5
共有 1 個文件被更改,包括 1 次插入0 次删除
  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]