Skip to content

Commit c87388f

Browse files
committed
fix: release action
1 parent 104cb7d commit c87388f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Release 🚀
1+
name: Release
22

33
on:
44
pull_request:
@@ -7,8 +7,7 @@ on:
77
- main
88

99
jobs:
10-
create-release:
11-
name: Create Release
10+
publish:
1211
if: github.event.pull_request.merged == true && contains(github.head_ref, 'release/')
1312

1413
runs-on: ubuntu-latest
@@ -21,11 +20,12 @@ jobs:
2120
- name: Checkout
2221
uses: actions/checkout@v6
2322

24-
- uses: release-drafter/release-drafter@v6
23+
- name: Publish Release
24+
uses: release-drafter/release-drafter@v6
2525
with:
2626
config-name: release-drafter.yml
2727
disable-autolabeler: true
28-
name: Release ${{ env.VERSION }}
28+
name: ${{ env.VERSION }}
2929
publish: true
3030
tag: ${{ env.VERSION }}
3131
version: ${{ env.VERSION }}

0 commit comments

Comments
 (0)