File tree Expand file tree Collapse file tree 6 files changed +20
-73
lines changed Expand file tree Collapse file tree 6 files changed +20
-73
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
go-version : 1.24.x
21
21
22
+ - name : npm-login
23
+ run : |
24
+ npm config set '//registry.npmjs.org/:_authToken'=${{ secrets.NPM_TOKEN }}
22
25
- name : Install Task
23
26
uses : arduino/setup-task@v2
24
27
Original file line number Diff line number Diff line change @@ -136,6 +136,23 @@ winget:
136
136
name : winget-pkgs
137
137
branch : master
138
138
139
+
140
+ npms :
141
+ - name : " @go-task/cli"
142
+ repository : " git+https://github.com/go-task/task.git"
143
+ bugs : https://github.com/go-task/task/issues
144
+ description : A task runner / simpler Make alternative written in Go
145
+ homepage : https://taskfile.dev
146
+ license : MIT
147
+ author : " The Task authors"
148
+ access : public
149
+ keywords :
150
+ - " task" ,
151
+ - " taskfile" ,
152
+ - " build-tool" ,
153
+ - " task-runner"
154
+
155
+
139
156
cloudsmiths :
140
157
- organization : " task"
141
158
repository : " task"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ tasks:
203
203
Please wait for the CI to finish and then do the following:
204
204
205
205
- Copy the changelog for v{{.VERSION}} to the GitHub release
206
- - Publish the package to NPM with `task npm:publish`
207
206
- Update and push the snapcraft manifest in https://github.com/go-task/snap/blob/main/snap/snapcraft.yaml
208
207
preconditions :
209
208
- sh : test $(git rev-parse --abbrev-ref HEAD) = "main"
@@ -222,8 +221,3 @@ tasks:
222
221
- " git push origin tag v{{.VERSION}}"
223
222
- cmd : printf "%s" '{{.COMPLETE_MESSAGE}}'
224
223
silent : true
225
-
226
- npm:publish :
227
- desc : Publish release to npm
228
- cmds :
229
- - npm publish --access=public
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments