From 306f5b6601a229ce5e675405695a5458031841cf Mon Sep 17 00:00:00 2001 From: Emmanuel Krebs Date: Sat, 31 Aug 2024 19:49:44 +0200 Subject: [PATCH] fix: post-vite manifest.json path (#170) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e19a392..baa7328 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: id: manifest uses: notiz-dev/github-action-json-property@release with: - path: 'src/manifest.json' + path: 'manifest.json' prop_path: 'version' - name: check manifest version if: ${{ steps.manifest.outputs.prop != env.new_release_version }}