Skip to content

Commit

Permalink
ci: fix Browser Publisher action version
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Oct 3, 2022
1 parent 7198e54 commit 829eaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
test-release:
runs-on: windows-2022
needs:
- get-version
- build-native-app
- build-chrome-extension
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
@semantic-release/git
conventional-changelog-conventionalcommits
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
uses: PlasmoHQ/bpp@v2
with:
artifact: dist/mystic-light-browser-cinema-extension-${{ needs.get-version.outputs.version }}.zip
keys: ${{ secrets.BROWSER_PUBLISH_KEYS }}

0 comments on commit 829eaef

Please sign in to comment.