Skip to content

Commit

Permalink
test(build.yml): Push binaries to this repo as pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 9, 2024
1 parent 22e9553 commit d5c57c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5c57c9

Please sign in to comment.