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 301f4b0 commit 47ccfc8Copy full SHA for 47ccfc8
.github/workflows/npm-publish.yml
@@ -2,14 +2,6 @@ name: "Release New Version"
2
3
on:
4
workflow_dispatch:
5
- inputs:
6
- release_title:
7
- description: "Title for the release"
8
- required: true
9
- release_body:
10
- description: "Additional notes (optional)"
11
- required: false
12
- default: ""
13
14
permissions:
15
contents: write
@@ -115,10 +107,8 @@ jobs:
115
107
uses: actions/create-release@v1
116
108
with:
117
109
tag_name: ${{ steps.get_version.outputs.version }}
118
- release_name: ${{ github.event.inputs.release_title }}
110
+ release_name: ${{ steps.get_version.outputs.version }}
119
111
body: |
120
- ${{ github.event.inputs.release_body }}
121
-
122
112
${{ steps.fetch_prs.outputs.pr_list }}
123
113
124
114
Published by ${{ github.actor }}
0 commit comments