Skip to content

Commit

Permalink
Fix failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Oct 18, 2023
1 parent 518b17c commit 26c9a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
client-id: ${{ secrets.CHROME_CLIENT_ID }}
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
continue-on-error: true

- name: Edge upload & release
uses: wdzeng/[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.7",
"version": "0.0.8",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit 26c9a06

Please sign in to comment.