Skip to content

Commit

Permalink
Update submit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 3, 2023
1 parent df48900 commit 8692f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
NEW_VERSION="${BASE_VERSION}-${DATE}"
jq --arg version "$NEW_VERSION" '.version = $version' package.json > package_tmp.json && mv package_tmp.json package.json
- run: cat package.json
- name: Build the extension (Chrome)
run: pnpm plasmo build --target=chrome-mv3
- name: Build the extension (Firefox)
Expand Down

0 comments on commit 8692f8f

Please sign in to comment.