Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 3d01e9d

Browse files
committed
Latest create-release action
1 parent 8a275dc commit 3d01e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with: { fetch-depth: 0 }
1010
- run: npm run changelog | tee relnotes.txt
1111
- uses: jasonkarns/create-release@master
12-
with: { body_file: relnotes.txt }
12+
with: { body_path: relnotes.txt }
1313

1414
npm:
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)