Explorar o código

fix release workflow

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
ee7596e491
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release.yml

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

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