debug x.x

This commit is contained in:
Braydon 2024-04-14 17:12:39 -04:00
parent 07ab78fd08
commit f4df437fc7

@ -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