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 67
67
68
68
- name : Generate Tag
69
69
id : generate_tag
70
- uses : anothrNick/github-tag-action@1.67 .0
70
+ uses : anothrNick/github-tag-action@1.71 .0
71
71
env :
72
72
GITHUB_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
73
73
WITH_V : true
@@ -142,7 +142,7 @@ jobs:
142
142
# Generate tag for operator without "v"
143
143
- name : Generate Operator Tag
144
144
id : generate_operator_tag
145
- uses : anothrNick/github-tag-action@1.67 .0
145
+ uses : anothrNick/github-tag-action@1.71 .0
146
146
env :
147
147
GITHUB_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
148
148
WITH_V : false
@@ -199,7 +199,7 @@ jobs:
199
199
branch : ${{ github.ref }}
200
200
201
201
- name : Push Latest Tag
202
- uses : anothrNick/github-tag-action@1.67 .0
202
+ uses : anothrNick/github-tag-action@1.71 .0
203
203
env :
204
204
GITHUB_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
205
205
WITH_V : true
You can’t perform that action at this time.
0 commit comments