Skip to content

Commit

Permalink
Switch marvinpinto/action-automatic-releases@latest to softprops/acti…
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed May 29, 2024
1 parent 194284d commit 0df1f7b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,20 @@ jobs:
PATH="./bin/:$PATH" ./build.sh
- name: pre-release
uses: "marvinpinto/action-automatic-releases@latest"
uses: softprops/[email protected]
if: "! startsWith(github.ref, 'refs/tags/')"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
tag_name: "latest"
prerelease: true
title: "Development Build"
name: "Development Build"
files: |
target/*
resources.tar
- name: tagged-release
uses: "marvinpinto/action-automatic-releases@latest"
uses: softprops/action-[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
target/*
Expand Down

0 comments on commit 0df1f7b

Please sign in to comment.