Răsfoiți Sursa

fix release workflow

Yuki Takei 6 ani în urmă
părinte
comite
52a86e9229
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -34,8 +34,8 @@ jobs:
         git checkout -B $TMP_RELEASE_BRANCH
         git commit -am "Release v${{ env.RELEASE_VERSION }}"
         git tag v${{ env.RELEASE_VERSION }} $TMP_RELEASE_BRANCH
-        git push --follow-tags origin $TMP_RELEASE_BRANCH
-        # git push --delete origin $TMP_RELEASE_BRANCH
+        git push origin $TMP_RELEASE_BRANCH --follow-tags
+        git push --delete origin $TMP_RELEASE_BRANCH
 
     # - name: Upload release notes
     #   uses: Roang-zero1/github-create-release-action@master