File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 71
71
# Only release when no PR tag is used
72
72
- name : Push latest tag
73
73
if : ${{ inputs.TAG == '' && success() && steps.catalog_build.conclusion == 'success' }}
74
- uses : anothrNick/github-tag-action@1.71 .0
74
+ uses : anothrNick/github-tag-action@1.75 .0
75
75
env :
76
76
GITHUB_TOKEN : ${{ env.GITHUB_TOKEN }}
77
77
WITH_V : true
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Generate Tag
20
20
id : generate
21
- uses : anothrNick/github-tag-action@1.71 .0
21
+ uses : anothrNick/github-tag-action@1.75 .0
22
22
env :
23
23
GITHUB_TOKEN : ${{ env.GITHUB_TOKEN }}
24
24
WITH_V : false
Original file line number Diff line number Diff line change 62
62
run : mike alias --push --update-aliases ${{ inputs.LATEST_DOC_VERSION }} latest
63
63
64
64
- name : Push Latest Tag
65
- uses : anothrNick/github-tag-action@1.71 .0
65
+ uses : anothrNick/github-tag-action@1.75 .0
66
66
env :
67
67
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
68
68
WITH_V : true
Original file line number Diff line number Diff line change 16
16
fetch-depth : 0 # otherwise you will fail to push refs to dest repo
17
17
18
18
- name : Push Latest Tag
19
- uses : anothrNick/github-tag-action@1.71 .0
19
+ uses : anothrNick/github-tag-action@1.75 .0
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
22
22
WITH_V : true
Original file line number Diff line number Diff line change 57
57
58
58
- name : Generate Tag
59
59
id : generate_tag
60
- uses : anothrNick/github-tag-action@1.71 .0
60
+ uses : anothrNick/github-tag-action@1.75 .0
61
61
env :
62
62
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
63
63
WITH_V : true
@@ -118,7 +118,7 @@ jobs:
118
118
allow-repeats : false
119
119
120
120
- name : Push Latest Tag
121
- uses : anothrNick/github-tag-action@1.71 .0
121
+ uses : anothrNick/github-tag-action@1.75 .0
122
122
env :
123
123
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
124
124
WITH_V : true
Original file line number Diff line number Diff line change 33
33
34
34
- name : Generate Tag
35
35
id : generate_tag
36
- uses : anothrNick/github-tag-action@1.71 .0
36
+ uses : anothrNick/github-tag-action@1.75 .0
37
37
env :
38
38
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
39
39
WITH_V : false
Original file line number Diff line number Diff line change 51
51
run : mike set-default --push latest
52
52
53
53
- name : Push Latest Tag
54
- uses : anothrNick/github-tag-action@1.71 .0
54
+ uses : anothrNick/github-tag-action@1.75 .0
55
55
env :
56
56
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
57
57
WITH_V : true
You can’t perform that action at this time.
0 commit comments