Skip to content

Commit a451eb0

Browse files
authored
New release attempt with bodyFile
1 parent 89ce425 commit a451eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858

5959
- uses: ncipollo/release-action@v1
6060
with:
61-
name: Release ${{ matrix.targetPlatform }}
61+
name: Release ${GITHUB_REF##*/}
6262
artifacts: '*.zip'
63-
body: "Release body text"
64-
tag: 0.0.1
63+
bodyFile: release.md
64+
tag: 0.0.2
6565
allowUpdates: true
6666
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)