Skip to content

Commit

Permalink
updated build-release to softprops/action-gh-release@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisbowden committed Apr 22, 2024
1 parent f16f118 commit 11a0579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
id: cmkpkg

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v4
with:
release_name: Release ${{ github.ref }}
name: Release ${{ github.ref }}
draft: false
prerelease: false
files: ${{ steps.cmkpkg.outputs.pkgfile }}

0 comments on commit 11a0579

Please sign in to comment.