build: publish npm package with goreleaser (#2363)

This commit is contained in:
Valentin Maerten
2025-08-12 18:51:20 +02:00
committed by GitHub
parent 79c93fb42b
commit 083654d8c9
6 changed files with 20 additions and 73 deletions

View File

@@ -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