Skip to content

Commit

Permalink
fix: commandkit publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Feb 2, 2024
1 parent 4b32d5f commit eaa9c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-commandkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: 🚚 Publish
run: |
cd packages/create-commandkit
cd packages/commandkit
npm publish --access public --tag dev
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
Expand Down

0 comments on commit eaa9c08

Please sign in to comment.