Skip to content

Commit 017b875

Browse files
authored
Merge pull request #318 from themoeway/remove-upload-limit
Switch to forked chrome webstore upload action which removes 10MB limit
2 parents d06029e + b0f11be commit 017b875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-chrome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Upload to Google Web Store
5757
id: webStoreUpload
5858
continue-on-error: true
59-
uses: cardinalby/webext-buildtools-chrome-webstore-upload-action@8db7a005529498d95d3e2e0166f6f4050d2b96a5 # [email protected]
59+
uses: djahandarie/webext-buildtools-chrome-webstore-upload-action@d3ce3b6f6a07d1267b0f5a24416a153159255372
6060
with:
6161
zipFilePath: yomitan-chrome.zip
6262
extensionId: ${{ secrets.G_STABLE_EXTENSION_ID }}

0 commit comments

Comments
 (0)