Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Apr 22, 2024
1 parent 933bb20 commit 6648e2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:

- name: Authenticate to npm and publish
run: |
pnpm build
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
for dir in packages/*/; do
npm publish "$dir" --access public --tag canary
Expand Down

0 comments on commit 6648e2d

Please sign in to comment.