forgot to remove cd

This commit is contained in:
Bruce Röttgers
2025-04-29 17:20:52 +02:00
parent 6faf2a1a97
commit 243c4be9fe
2 changed files with 4 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ jobs:
cache-dependency-path: "types/pnpm-lock.yaml"
registry-url: "https://registry.npmjs.org"
- run: cd types && pnpm install --frozen-lockfile
- run: cd types && pnpm tsc
- run: cd types && pnpm publish --provenance --access public --no-git-checks
- run: pnpm install --frozen-lockfile
- run: pnpm tsc
- run: pnpm publish --provenance --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}