Skip to content

Commit 25c1df7

Browse files
committed
Fix manifest path in release workflow
1 parent c9cad49 commit 25c1df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Get version from manifest
3838
id: manifest
3939
run: |
40-
VERSION=$(node -p "require('./manifest.json').version")
40+
VERSION=$(node -p "require('./src/manifest.json').version")
4141
echo "version=$VERSION" >> $GITHUB_OUTPUT
4242
4343
- name: Create Release

0 commit comments

Comments
 (0)