From d5c57c973992d7ffeadd0071ba59641f0e3ab00a Mon Sep 17 00:00:00 2001 From: JenChieh Date: Fri, 9 Feb 2024 06:13:29 -0800 Subject: [PATCH] test(build.yml): Push binaries to this repo as pre-release --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0cdd289..924fa678 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,6 @@ jobs: if: github.ref == 'refs/heads/master' uses: softprops/action-gh-release@v0.1.15 with: - repository: ${{ env.REPO_BIN }} tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }} prerelease: true