diff --git a/.gitea/workflows/deploy-lib.yml b/.gitea/workflows/deploy-lib.yml index bb2428f..e979945 100644 --- a/.gitea/workflows/deploy-lib.yml +++ b/.gitea/workflows/deploy-lib.yml @@ -25,8 +25,6 @@ jobs: # Setup Bun - name: Setup Bun uses: oven-sh/setup-bun@v1 - with: - registry-url: "https://registry.npmjs.org" # Install Dependencies - name: Install Dependencies @@ -36,6 +34,9 @@ jobs: - name: Run Tests run: bun test + - name: debug + run: echo ${{ secrets.PUBLISH_NPM_TOKEN }} + # Publish to NPM - name: Publish to NPM run: npm publish