Skip to content

Commit c270317

Browse files
committed
Draft release name
1 parent d003859 commit c270317

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name-template: '$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
13
exclude-labels:
24
- 'tooling'
35
- 'documentation'

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: Set version
22-
run: npm version "${{ steps.release_draft.outputs.name }}" --allow-same-version true --git-tag-version false
22+
run: npm version ${{ steps.release_draft.outputs.name }} --allow-same-version true --git-tag-version false
2323

2424
- name: Install Dependencies
2525
run: npm install

0 commit comments

Comments
 (0)