Skip to content

Commit

Permalink
Simplify release names
Browse files Browse the repository at this point in the history
  • Loading branch information
x2bool committed Aug 27, 2022
1 parent c15bbbb commit 42a954f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ env.RELEASE_DATE }} ${{ github.ref }}
body: Release ${{ env.RELEASE_DATE }} ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: Release ${{ github.ref }} ${{ env.RELEASE_DATE }}
draft: false
prerelease: false

Expand Down

0 comments on commit 42a954f

Please sign in to comment.