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 5a2041e commit 201988e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,14 @@ jobs:
- name: Run Jar
run: java -jar target/ForgeServerJAR.jar

release:
name: Create Release
runs-on: ubuntu-latest
needs: build
steps:
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v2
with:
files: |
target/ForgeServerJAR.jar
token: ${{ secrets.GITHUB_TOKEN }}
release_name: Release ${GITHUB_SHA::6}
tag_name: ${GITHUB_SHA::6}
release_name: Release ${{ GITHUB_SHA::6 }}
tag_name: ${{ GITHUB_SHA::6 }}
draft: false
prerelease: false

0 comments on commit 201988e

Please sign in to comment.