From 82520947e0e904a349d548c518f5d21d3fbc5c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruce=20R=C3=B6ttgers?= Date: Sun, 27 Apr 2025 23:05:30 +0200 Subject: [PATCH] 0.2.3 --- .github/workflows/publish-types.yaml | 2 +- types/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-types.yaml b/.github/workflows/publish-types.yaml index 038e7db..3d83ec5 100644 --- a/.github/workflows/publish-types.yaml +++ b/.github/workflows/publish-types.yaml @@ -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 }} diff --git a/types/package.json b/types/package.json index a26f912..ee5c1cd 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "@bcye/structured-wikivoyage-types", - "version": "0.2.2", + "version": "0.2.3", "description": "Types to use when consuming json trees from the structured-wikivoyage-exports project", "keywords": [], "contributors": [