Skip to content

Commit

Permalink
Switch pre-release action to ncipollo/release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Mar 1, 2023
1 parent b071491 commit bc41fcc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,16 +271,18 @@ jobs:
path: dist

- name: GitHub Release
uses: softprops/action-gh-release@v0.1.15
uses: ncipollo/release[email protected]
with:
body: ${{ env.PRE_RELEASE_INSTRUCTIONS }}
prerelease: true
files: dist/*
artifacts: dist/*
name: "Development Build"
tag_name: "latest"
tag: "latest"
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true
append_body: true
generateReleaseNotes: true
allowUpdates: true
removeArtifacts: true
replacesArtifacts: true

# ---------------------------------------------------------------------------

Expand Down

0 comments on commit bc41fcc

Please sign in to comment.