From 243c4be9fed485c271247d38e8c9dd2dc3b9b901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruce=20R=C3=B6ttgers?= Date: Tue, 29 Apr 2025 17:20:52 +0200 Subject: [PATCH] forgot to remove cd --- .github/workflows/publish-types.yaml | 6 +++--- types/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-types.yaml b/.github/workflows/publish-types.yaml index 6ee26b4..42486fa 100644 --- a/.github/workflows/publish-types.yaml +++ b/.github/workflows/publish-types.yaml @@ -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 }} diff --git a/types/package.json b/types/package.json index 048d268..ffeab0f 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "@bcye/structured-wikivoyage-types", - "version": "0.2.4", + "version": "0.2.5", "description": "Types to use when consuming json trees from the structured-wikivoyage-exports project", "keywords": [], "contributors": [