We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0364aae commit 07613f8Copy full SHA for 07613f8
2 files changed
.github/workflows/deploy-docs.yml
@@ -33,7 +33,7 @@ jobs:
33
NODE_ENV: production
34
35
- name: Build documentation website
36
- run: pnpm --filter tailwind-plus-syntax build
+ run: pnpm --filter @cometloop/safe-docs build
37
env:
38
GITHUB_PAGES: 'true'
39
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
node-version: 22
27
cache: pnpm
28
+ registry-url: 'https://registry.npmjs.org'
29
30
- run: pnpm install --frozen-lockfile
31
@@ -36,6 +37,7 @@ jobs:
version: pnpm version-packages
GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }}
40
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41
NPM_CONFIG_PROVENANCE: true
42
43
- name: Create GitHub Releases
0 commit comments