File tree 1 file changed +3
-8
lines changed 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ name: 'Release PR'
6
6
7
7
on :
8
8
workflow_dispatch :
9
- inputs :
10
- version :
11
- description : ' Enter version (Eg: 1.3.0)'
12
- required : true
13
9
14
10
permissions : {}
15
11
jobs :
@@ -21,18 +17,17 @@ jobs:
21
17
runs-on : ubuntu-latest
22
18
steps :
23
19
- name : Display Release version
24
- run : echo "Creating release PR for ${{ github.event.inputs.version }} "
20
+ run : echo "Creating release PR"
25
21
26
22
- name : Create Release PR
27
23
uses : google-github-actions/release-please-action@v3
28
24
id : release
29
25
with :
30
- token : ${{ secrets.GITHUB_TOKEN }}
26
+ token : ${{ secrets.REPO_SCOPED_TOKEN }}
31
27
release-type : node
32
28
package-name : nepali-datetime
33
- release-as : ' ${{ github.event.inputs.version }}'
34
29
pull-request-title-pattern : ' chore: release v${version}'
35
- pull-request-header : ' Release PR for v${{ github.event.inputs.version }} '
30
+ pull-request-header : ' Release PR'
36
31
changelog-types : >
37
32
[
38
33
{"type":"fix","section":"Bug Fixes"},
You can’t perform that action at this time.
0 commit comments