Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
bazel-out/k8-fastbuild/bin/chrome-ssh-agent-beta.zip
bazel-out/k8-fastbuild/bin/chrome-ssh-agent.zip
- name: Publish to Webstore
uses: mnao305/chrome-extension-upload@v5.0.0
uses: mnao305/chrome-extension-upload@v6.0.0
with:
file-path: bazel-out/k8-fastbuild/bin/chrome-ssh-agent-beta.zip
extension-id: onabphcdiffmanfdhkihllckikaljmhh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
tag: ${{ github.ref_name }}
fileName: chrome-ssh-agent.zip
- name: Publish to Webstore
uses: mnao305/chrome-extension-upload@v5.0.0
uses: mnao305/chrome-extension-upload@v6.0.0
with:
file-path: chrome-ssh-agent.zip
extension-id: eechpbnaifiimgajnomdipfaamobdfha
Expand Down
Loading