Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry W authored Apr 17, 2024
1 parent ccce1ae commit 5a2041e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
steps:
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
target/ForgeServerJAR.jar
token: ${{ secrets.GITHUB_TOKEN }}
release_name: Release ${{ github.run_number }}
release_name: Release ${GITHUB_SHA::6}
tag_name: ${GITHUB_SHA::6}
draft: false
prerelease: false

0 comments on commit 5a2041e

Please sign in to comment.