We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d003859 commit c270317Copy full SHA for c270317
.github/release-drafter.yml
@@ -1,3 +1,5 @@
1
+name-template: '$RESOLVED_VERSION'
2
+tag-template: 'v$RESOLVED_VERSION'
3
exclude-labels:
4
- 'tooling'
5
- 'documentation'
.github/workflows/draft-release.yml
@@ -19,7 +19,7 @@ jobs:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
21
- name: Set version
22
- run: npm version "${{ steps.release_draft.outputs.name }}" --allow-same-version true --git-tag-version false
+ run: npm version ${{ steps.release_draft.outputs.name }} --allow-same-version true --git-tag-version false
23
24
- name: Install Dependencies
25
run: npm install
0 commit comments