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 74
74
75
75
- name : Generate Tag
76
76
id : generate_tag
77
- uses : anothrNick/github-tag-action@1.67 .0
77
+ uses : anothrNick/github-tag-action@1.69 .0
78
78
env :
79
79
GITHUB_TOKEN : ${{ secrets.STAKATER_GITHUB_TOKEN }}
80
80
WITH_V : true
@@ -187,7 +187,7 @@ jobs:
187
187
# Generate tag for operator without "v"
188
188
- name : Generate Operator Tag
189
189
id : generate_operator_tag
190
- uses : anothrNick/github-tag-action@1.67 .0
190
+ uses : anothrNick/github-tag-action@1.69 .0
191
191
env :
192
192
GITHUB_TOKEN : ${{ secrets.STAKATER_GITHUB_TOKEN }}
193
193
WITH_V : false
@@ -259,7 +259,7 @@ jobs:
259
259
branch : ${{ github.ref }}
260
260
261
261
- name : Push Latest Tag
262
- uses : anothrNick/github-tag-action@1.67 .0
262
+ uses : anothrNick/github-tag-action@1.69 .0
263
263
env :
264
264
GITHUB_TOKEN : ${{ secrets.STAKATER_GITHUB_TOKEN }}
265
265
WITH_V : true
You can’t perform that action at this time.
0 commit comments