Skip to content

Commit

Permalink
workflow ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryog committed Dec 9, 2024
1 parent b0a6f30 commit 9ad9627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Extract Extension Version
id: package-version
run: |
VERSION=$(grep '"version":' manifest.json | cut -d'"' -f4)
VERSION=$(grep '"version":' public/manifest.json | cut -d'"' -f4)
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Build extension
Expand Down

0 comments on commit 9ad9627

Please sign in to comment.