Skip to content

Commit

Permalink
ci: change release name to just the date and dont mark as prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
deevus committed Jul 20, 2024
1 parent 73b48f6 commit 19db1fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ jobs:
- name: Upload release build artifact to GitHub Release
uses: softprops/action-gh-release@v2
with:
name: zed-${{ env.CURRENT_DATE }}
name: ${{ env.CURRENT_DATE }}
tag_name: ${{ env.CURRENT_DATE }}
prerelease: true
draft: false
make_latest: true
files: zed-${{ env.CURRENT_DATE }}.zip

0 comments on commit 19db1fc

Please sign in to comment.