Skip to content

Commit 42a954f

Browse files
committed
Simplify release names
1 parent c15bbbb commit 42a954f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ jobs:
133133
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
134134
with:
135135
tag_name: ${{ github.ref }}
136-
release_name: Release ${{ env.RELEASE_DATE }} ${{ github.ref }}
137-
body: Release ${{ env.RELEASE_DATE }} ${{ github.ref }}
136+
release_name: Release ${{ github.ref }}
137+
body: Release ${{ github.ref }} ${{ env.RELEASE_DATE }}
138138
draft: false
139139
prerelease: false
140140

0 commit comments

Comments
 (0)