Skip to content

Commit

Permalink
ci(release-please): upload artifacts before submission (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jun 15, 2024
1 parent 45f4cd2 commit 91296dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
pnpm zip
pnpm zip:firefox
- name: Upload artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ needs.release-please.outputs.tag_name }} dist/*.zip

- name: Submit to stores
run: pnpm wxt submit --chrome-zip dist/*-chrome.zip --firefox-zip dist/*-firefox.zip --firefox-sources-zip dist/*-sources.zip
env:
Expand All @@ -62,8 +67,3 @@ jobs:
EDGE_CLIENT_SECRET: ${{ secrets.EDGE_CLIENT_SECRET }}
EDGE_ACCESS_TOKEN_URL: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
EDGE_SKIP_SUBMIT_REVIEW: false

- name: Upload artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ needs.release-please.outputs.tag_name }} dist/*.zip

0 comments on commit 91296dd

Please sign in to comment.