Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti authored Dec 30, 2023
1 parent f3db527 commit 0764f0f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,10 @@ jobs:
environment: build
steps:
- name: release
uses: SimWinSports/[email protected]
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_branch: main/${{ inputs.tag }}
prerelease: ${{ inputs.prerelease }}
tag: ${{ inputs.tag }}
- name: upload
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ inputs.tag }}
prerelease: ${{ inputs.prerelease }}
files: ${{ needs.build.outputs.bin_path }}

0 comments on commit 0764f0f

Please sign in to comment.