Skip to content

Commit

Permalink
Yeah never mind go back.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed May 7, 2024
1 parent 4de5192 commit 29160db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ jobs:
run: sha256sum build/libs/World1-6Essentials.jar >> hash.txt

- name: Deploy Release With Artifact
uses: "softprops/action-gh-release@v2.0.4" # https://github.com/softprops/action-gh-release old version: https://github.com/marvinpinto/action-automatic-releases
uses: "marvinpinto/action-automatic-releases@latest"
with:
tag_name: "latest"
make_latest: true
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
generate_release_notes: true
files: |
build/libs/World1-6Essentials.jar
hash.txt

0 comments on commit 29160db

Please sign in to comment.