Skip to content

Commit 05f4815

Browse files
committed
feat(workflow): auto release test
1 parent 51a0fa8 commit 05f4815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
run: |
26-
gh release create ${{ env.version }} --notes "Release ${{ env.version }}"
26+
gh release create --generate-notes --latest"

0 commit comments

Comments
 (0)