Skip to content

Commit

Permalink
Update release-6.yml to modify versioning in manifest.json instead of…
Browse files Browse the repository at this point in the history
… package.json
  • Loading branch information
Kaaaaii committed Dec 21, 2024
1 parent f188a94 commit 1ae442a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
major=$(echo "$release_version" | cut -d. -f1)
minor=$(echo "$release_version" | cut -d. -f2)
patch=$(echo "$release_version" | cut -d. -f3)
jq ".header.version = [$major, $minor, $patch]" package.json > package.json.new
mv package.json.new package.json
jq ".header.version = [$major, $minor, $patch]" manifest.json > manifest.json.new
mv manifest.json.new manifest.json
- name: Create ZIP file
run: |
Expand Down

0 comments on commit 1ae442a

Please sign in to comment.