debug x.x
This commit is contained in:
parent
07ab78fd08
commit
f4df437fc7
@ -25,8 +25,6 @@ jobs:
|
|||||||
# Setup Bun
|
# Setup Bun
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
uses: oven-sh/setup-bun@v1
|
uses: oven-sh/setup-bun@v1
|
||||||
with:
|
|
||||||
registry-url: "https://registry.npmjs.org"
|
|
||||||
|
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
@ -36,6 +34,9 @@ jobs:
|
|||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: bun test
|
run: bun test
|
||||||
|
|
||||||
|
- name: debug
|
||||||
|
run: echo ${{ secrets.PUBLISH_NPM_TOKEN }}
|
||||||
|
|
||||||
# Publish to NPM
|
# Publish to NPM
|
||||||
- name: Publish to NPM
|
- name: Publish to NPM
|
||||||
run: npm publish
|
run: npm publish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user