Skip to content

Commit

Permalink
[CI/CD] Update automatic release action to actively maintained one
Browse files Browse the repository at this point in the history
  • Loading branch information
taysta committed Feb 13, 2024
1 parent 540edeb commit 05ca1c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -337,10 +337,11 @@ jobs:
mv ./OpenJO-macos-x86_64-Release-Non-Portable/* OpenJO-macos-x86_64.tar.gz
- name: Create latest build
uses: marvinpinto/action-automatic-releases@latest
uses: softprops/action-gh-release@v1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "latest"
generate_release_notes: true
tag_name: "latest"
prerelease: false
title: Latest Build
files: |
Expand Down

0 comments on commit 05ca1c4

Please sign in to comment.