File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Realease nightly
1
+ name : Release nightly
2
2
3
3
on :
4
4
workflow_dispatch :
27
27
env :
28
28
GITHUB_TOKEN : ${{secrets.GH_PAT}}
29
29
GORELEASER_KEY : ${{secrets.GORELEASER_KEY}}
30
+ CLOUDSMITH_TOKEN : ${{secrets.CLOUDSMITH_TOKEN}}
Original file line number Diff line number Diff line change 43
43
env :
44
44
GITHUB_TOKEN : ${{secrets.GH_PAT}}
45
45
GORELEASER_KEY : ${{secrets.GORELEASER_KEY}}
46
+ CLOUDSMITH_TOKEN : ${{secrets.CLOUDSMITH_TOKEN}}
46
47
47
48
- name : Deploy Website
48
49
shell : bash
Original file line number Diff line number Diff line change 68
68
formats :
69
69
- deb
70
70
- rpm
71
+ - apk
71
72
file_name_template : ' {{.ProjectName}}_{{.Os}}_{{.Arch}}'
72
73
contents :
73
74
- src : completion/bash/task.bash
@@ -147,9 +148,9 @@ npms:
147
148
author : " The Task authors"
148
149
access : public
149
150
keywords :
150
- - " task" ,
151
- - " taskfile" ,
152
- - " build-tool" ,
151
+ - " task"
152
+ - " taskfile"
153
+ - " build-tool"
153
154
- " task-runner"
154
155
155
156
@@ -161,13 +162,13 @@ cloudsmiths:
161
162
- rpm
162
163
- apk
163
164
distributions :
164
- deb :
165
- - " ubuntu/any-version"
166
- - " debian/any-version"
165
+ # deb:
166
+ # - "ubuntu/any-version"
167
+ # - "debian/any-version"
167
168
rpm :
168
169
- " el/any-version"
169
170
- " fedora/any-version"
170
171
alpine :
171
172
- " alpine/any-version"
172
- component : main
173
+ component : " {{if .IsNightly}}unstable{{else}} main{{end}} "
173
174
republish : true
You can’t perform that action at this time.
0 commit comments