This commit is contained in:
Bruce Röttgers
2025-04-27 23:05:30 +02:00
parent ac2ab450b9
commit 82520947e0
2 changed files with 2 additions and 2 deletions

View File

@@ -31,6 +31,6 @@ jobs:
- run: cd types && pnpm install --frozen-lockfile
- run: cd types && pnpm tsc
- run: cd types && pnpm publish --provenance --access public
- run: cd types && pnpm publish --provenance --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}