diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0a170c..5564eda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,6 @@ jobs: registry-url: https://registry.npmjs.org/ - run: bun i - run: bun run build - - run: cat bunfig.toml && bunx npm publish + - run: bun publish env: NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}