Skip to content

Commit

Permalink
Really fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed Jan 26, 2024
1 parent e7534fc commit fdf75cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: publish to npm
run: npm run publish
run: npm publish

0 comments on commit fdf75cb

Please sign in to comment.