Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Apr 20, 2024
1 parent 633e0d4 commit ea710e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ jobs:
echo "::set-output name=tag::$version"
- name: Create Release and Upload Release Asset
uses: softprops/action-gh-release@v1 with:
uses: softprops/action-gh-release@v1
with:
name: Pre-Release Build
tag_name: prerelease
body: ${{ steps.version_tag.outputs.tag }}
Expand Down

0 comments on commit ea710e6

Please sign in to comment.