From 6faf2a1a97d79a4492c0487f63828cc3177d3cff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bruce=20R=C3=B6ttgers?= <hi@bruceroettgers.eu>
Date: Tue, 29 Apr 2025 17:19:44 +0200
Subject: [PATCH] try new workflow

---
 .github/workflows/publish-types.yaml | 4 ++++
 types/package.json                   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish-types.yaml b/.github/workflows/publish-types.yaml
index 3d83ec5..6ee26b4 100644
--- a/.github/workflows/publish-types.yaml
+++ b/.github/workflows/publish-types.yaml
@@ -7,6 +7,10 @@ on:
     tags:
       - "types/*"
 
+defaults:
+  run:
+    working-directory: types
+
 jobs:
   build:
     runs-on: ubuntu-latest
diff --git a/types/package.json b/types/package.json
index ee5c1cd..048d268 100644
--- a/types/package.json
+++ b/types/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@bcye/structured-wikivoyage-types",
-  "version": "0.2.3",
+  "version": "0.2.4",
   "description": "Types to use when consuming json trees from the structured-wikivoyage-exports project",
   "keywords": [],
   "contributors": [