From d48e75ce0113eb46c7aa558df46851c1df5e6f68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bruce=20R=C3=B6ttgers?= <hi@bruceroettgers.eu>
Date: Sat, 26 Apr 2025 15:07:07 +0200
Subject: [PATCH] types/0.1.2

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