diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75402abf7..5d06c6f2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: name: Release NPM runs-on: ubuntu-latest needs: version - environment: NPM Publishing + environment: NPM Crypto Frontmatter steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 @@ -44,11 +44,11 @@ jobs: - run: pnpm turbo run build - - run: npm config set "//registry.npmjs.org/:_authToken" "\${NPM_AUTH_TOKEN}" --location=global + - run: npm config set "//registry.npmjs.org/:_authToken" "\${CRYPTO_FRONTMATTER_NPM_TOKEN}" --location=global - run: pnpm -r publish --access public --tag latest --no-git-checks env: - NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + CRYPTO_FRONTMATTER_NPM_TOKEN: ${{ secrets.CRYPTO_FRONTMATTER_NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true - run: npm config delete "//registry.npmjs.org/:_authToken" --location=global diff --git a/website/vercel.json b/website/vercel.json index 9bb26c76d..e6a3fcfc1 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -1,6 +1,6 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", "installCommand": "pnpm install", - "buildCommand": "pnpm run build", + "buildCommand": "pnpm turbo run build", "framework": "nextjs" }