Skip to content

Commit 07613f8

Browse files
committed
fix: pipeline issues
1 parent 0364aae commit 07613f8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
NODE_ENV: production
3434

3535
- name: Build documentation website
36-
run: pnpm --filter tailwind-plus-syntax build
36+
run: pnpm --filter @cometloop/safe-docs build
3737
env:
3838
GITHUB_PAGES: 'true'
3939

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
node-version: 22
2727
cache: pnpm
28+
registry-url: 'https://registry.npmjs.org'
2829

2930
- run: pnpm install --frozen-lockfile
3031

@@ -36,6 +37,7 @@ jobs:
3637
version: pnpm version-packages
3738
env:
3839
GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }}
40+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3941
NPM_CONFIG_PROVENANCE: true
4042

4143
- name: Create GitHub Releases

0 commit comments

Comments
 (0)