Skip to content

Commit

Permalink
fix: post-vite manifest path
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs committed Aug 31, 2024
1 parent 740251f commit 8b0d91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8b0d91f

Please sign in to comment.