Skip to content

Commit ce6f696

Browse files
committed
Update release.yml
1 parent 18e4cee commit ce6f696

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Create release
17-
uses: actions/create-release@latest
17+
uses: crazy-max/ghaction-github-release@v2
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
2020
with:
21-
tag_name: ${{ github.ref }}
22-
release_name: ${{ github.ref }} Coding Standard
21+
name: ${{ github.ref }} Coding Standard
2322
draft: true
2423
prerelease: false
25-
body: |
26-
Please refer to the [CHANGELOG](CHANGELOG.md) for the detailed list of changes.

0 commit comments

Comments
 (0)