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

Commit 35f021a

Browse files
committed
[CI] Remove duplicated release-drafter step
1 parent ab58aaf commit 35f021a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,6 @@ jobs:
5757
echo "VERSION=$version" >> $GITHUB_ENV
5858
env:
5959
COMMIT_MSG: ${{ github.event.head_commit.message }}
60-
- name: Publish release notes
61-
uses: release-drafter/release-drafter@v5
62-
with:
63-
config-name: release-drafter.yml
64-
publish: true
65-
name: "v${{ env.VERSION }}"
66-
tag: "v${{ env.VERSION }}"
67-
version: "v${{ env.VERSION }}"
68-
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
- name: Extract version from commit message
71-
run: |
72-
version=${GITHUB_REF/refs\/tags\/v/}
73-
echo "VERSION=$version" >> $GITHUB_ENV
74-
env:
75-
COMMIT_MSG: ${{ github.event.head_commit.message }}
7660
- name: Publish release notes
7761
uses: release-drafter/release-drafter@v5
7862
with:

0 commit comments

Comments
 (0)