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": [