diff --git a/.github/workflows/publish-types.yaml b/.github/workflows/publish-types.yaml index 55789eb..580b731 100644 --- a/.github/workflows/publish-types.yaml +++ b/.github/workflows/publish-types.yaml @@ -21,6 +21,6 @@ jobs: node-version: "20.x" registry-url: "https://registry.npmjs.org" # no npm ci as no dependencies exist - - run: npm publish --provenance --access public + - run: cd types && npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/types/package.json b/types/package.json index 850df69..8bfd4e4 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "@bcye/structured-wikivoyage-types", - "version": "0.1.1", + "version": "0.1.2", "description": "Types to use when consuming json trees from the structured-wikivoyage-exports project", "keywords": [], "contributors": [