Skip to content

Commit

Permalink
chore: gh action release fix for manifest v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Apr 7, 2023
1 parent bed2c19 commit 8b1be60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Increment manifest version
run: |
jq '.version = "${{ steps.next_version.outputs.version }}"' ./public/manifest.json > ./public/manifest.tmp.json
mv ./public/manifest.tmp.json ./public/manifest.json
jq '.version = "${{ steps.next_version.outputs.version }}"' ./manifest/manifest.v3.json > ./manifest/manifest.v3.tmp.json
mv ./manifest/manifest.v3.tmp.json ./manifest/manifest.v3.json
- name: Increment package.json version
run: |
Expand All @@ -47,8 +47,8 @@ jobs:
- name: Install and build
run: |
yarn install
yarn run build
yarn run web-ext:build
yarn build:v3
yarn web-ext:build
# Release to github
- name: Create Release
Expand Down

0 comments on commit 8b1be60

Please sign in to comment.