Skip to content

Commit

Permalink
📦 Update publish workflow for generated packages
Browse files Browse the repository at this point in the history
🔼 This commit was automatically generated by map scripts
  • Loading branch information
hejny committed May 27, 2024
1 parent f1a30b2 commit 6dba384
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ jobs:
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish @promptbook/wizzard
working-directory: ./packages/wizzard
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish promptbook
working-directory: ./packages/promptbook
run: npm publish --access public
Expand Down

0 comments on commit 6dba384

Please sign in to comment.