Skip to content

Commit

Permalink
update release action to ncipollo
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Sep 11, 2023
1 parent 623e3f4 commit e6e05e0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: false
tag_name: "latest"

- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
tag: "latest"

0 comments on commit e6e05e0

Please sign in to comment.