diff options
author | Jake <148171160+jbukl@users.noreply.github.com> | 2023-11-17 11:52:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 11:52:06 -0500 |
commit | 6a7dfc0b50e7b5ba23cafb944a08950e93211911 (patch) | |
tree | fa0e73f06de23f7f9bae095a89f37a556f694673 /.github | |
parent | 6290a4febc90c6fe98d37b83897432f402474ed4 (diff) | |
parent | 017b87566c848d2a0a9be1b66fde7bde14092219 (diff) |
Merge branch 'master' into offscreen-merge
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/publish-chrome.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-chrome.yml b/.github/workflows/publish-chrome.yml index 3a2805d3..e595e00f 100644 --- a/.github/workflows/publish-chrome.yml +++ b/.github/workflows/publish-chrome.yml @@ -56,7 +56,7 @@ jobs: - name: Upload to Google Web Store id: webStoreUpload continue-on-error: true - uses: cardinalby/webext-buildtools-chrome-webstore-upload-action@8db7a005529498d95d3e2e0166f6f4050d2b96a5 # pin@v1.0.10 + uses: djahandarie/webext-buildtools-chrome-webstore-upload-action@d3ce3b6f6a07d1267b0f5a24416a153159255372 with: zipFilePath: yomitan-chrome.zip extensionId: ${{ secrets.G_STABLE_EXTENSION_ID }} |