File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
38
38
- name : Generate Tag
39
39
id : generate_tag
40
- uses : anothrNick/github-tag-action@1.70 .0
40
+ uses : anothrNick/github-tag-action@1.71 .0
41
41
env :
42
42
GITHUB_TOKEN : ${{ secrets.STAKATER_GITHUB_TOKEN }}
43
43
WITH_V : true
80
80
# Generate tag for operator without "v"
81
81
- name : Generate Operator Tag
82
82
id : generate_operator_tag
83
- uses : anothrNick/github-tag-action@1.70 .0
83
+ uses : anothrNick/github-tag-action@1.71 .0
84
84
env :
85
85
GITHUB_TOKEN : ${{ secrets.STAKATER_GITHUB_TOKEN }}
86
86
WITH_V : false
@@ -136,7 +136,7 @@ jobs:
136
136
github_token : ${{ secrets.STAKATER_GITHUB_TOKEN }}
137
137
branch : master
138
138
- name : Push Latest Tag
139
- uses : anothrNick/github-tag-action@1.70 .0
139
+ uses : anothrNick/github-tag-action@1.71 .0
140
140
env :
141
141
GITHUB_TOKEN : ${{ secrets.STAKATER_GITHUB_TOKEN }}
142
142
WITH_V : true
You can’t perform that action at this time.
0 commit comments