mirror of
https://github.com/go-task/task.git
synced 2025-12-16 11:47:44 +01:00
build: publish npm package with goreleaser (#2363)
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -19,6 +19,9 @@ jobs:
|
||||
with:
|
||||
go-version: 1.24.x
|
||||
|
||||
- name: npm-login
|
||||
run: |
|
||||
npm config set '//registry.npmjs.org/:_authToken'=${{ secrets.NPM_TOKEN }}
|
||||
- name: Install Task
|
||||
uses: arduino/setup-task@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user