Skip to content

Commit

Permalink
marvinpinto/action-automatic-releases is deprecated. Let's try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed May 7, 2024
1 parent 8e09f56 commit 0b592da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: sha256sum build/libs/World1-6Essentials.jar >> hash.txt

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

0 comments on commit 0b592da

Please sign in to comment.