File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,17 @@ name: Release new action version
3
3
on :
4
4
release :
5
5
types : [released]
6
- workflow_dispatch :
7
- inputs :
8
- TAG_NAME :
9
- description : ' Tag name that the major tag will point to'
10
- required : true
11
6
12
7
env :
13
- TAG_NAME : ${{ github.event.inputs.TAG_NAME || github.event. release.tag_name }}
8
+ TAG_NAME : ${{ github.event.release.tag_name }}
14
9
permissions :
15
10
contents : write
16
11
17
12
jobs :
18
13
update_tag :
19
14
name :
20
- Update the major tag to include the ${{ github.event.inputs.TAG_NAME ||
21
- github.event.release.tag_name }} changes
22
- environment :
23
- name : releaseNewActionVersion
15
+ Update the major tag to include the ${{ github.event.release.tag_name }}
16
+ changes
24
17
runs-on : ubuntu-latest
25
18
steps :
26
19
- name : Update the ${{ env.TAG_NAME }} tag
You can’t perform that action at this time.
0 commit comments