Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
updated release action for better releases
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
  • Loading branch information
brooksmtownsend committed Jun 13, 2023
1 parent 44832b2 commit f48daa0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: release/windows/wash.exe
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
generate_release_notes: true
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
prerelease: true
Expand Down

0 comments on commit f48daa0

Please sign in to comment.