Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator committed Apr 22, 2024
1 parent 4fea3cc commit a3e996e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Publish
run: cd ./npm && npm publish
run: cd ./npm && npm version from-git && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ before:
hooks:
- go mod download
- go mod tidy
- cd npm && npm version from-git

builds:
- env:
Expand Down

0 comments on commit a3e996e

Please sign in to comment.