Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Nov 17, 2023
1 parent 1789301 commit bc967fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ jobs:
cd ..
- name: Chrome upload & release
uses: mnao305/[email protected]
uses: mobilefirstllc/cws-publish@latest
continue-on-error: true
with:
file-path: build.zip
extension-id: eggfhkdnfdhdpmkfpihjjbnncgmhihce
client-id: ${{ secrets.CHROME_CLIENT_ID }}
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
action: publish
client_id: ${{ secrets.CHROME_CLIENT_ID }}
client_secret: ${{ secrets.CHROME_CLIENT_SECRET }}
refresh_token: ${{ secrets.CHROME_REFRESH_TOKEN }}
extension_id: eggfhkdnfdhdpmkfpihjjbnncgmhihce
zip_file: build.zip

- name: Firefox upload & release
uses: cardinalby/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Holo key manager",
"description": "A browser extension to manage holo keys",
"version": "0.0.18",
"version": "0.0.19",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit bc967fe

Please sign in to comment.