Skip to content

Commit

Permalink
fix publish issue due to missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 9, 2023
1 parent d398c9d commit b15f918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Publishes the lib
working-directory: lib
run: nix develop -k NODE_AUTH_TOKEN -c yarn publish --access public
run: nix develop -i -k NODE_AUTH_TOKEN -c yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit b15f918

Please sign in to comment.