Skip to content

Commit

Permalink
ci: fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Jul 28, 2023
1 parent e8bdca7 commit 5811a3b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,13 @@ jobs:
VERSION_REF: ${{ inputs.VERSION_REF || github.ref }}
BUILD_TARGET: chrome

- run: cat dist/manifest.json
- run: echo ${{ github.ref }}

- run: pnpm run web-ext:pack
- run: pnpm run web-ext:pack -n chrome.zip

- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
with:
keys: ${{ secrets.BPP_KEYS }}
file: dist-packed/gtm_helper-{version}.zip
file: dist-packed/chrome.zip
notes: "You can test addon in this video: https://www.youtube.com/watch?v=dLeIhrpQ1Lg"


0 comments on commit 5811a3b

Please sign in to comment.