Skip to content

Commit

Permalink
publish-chrome*: update upload action to avoid error with author
Browse files Browse the repository at this point in the history
<rikaitan.link>H4sIAAAAAAAAAwXBwREAIAgDsL/TAMpV1inY/UcwuSTBnAml+abeCWsZS30KNCB96OsDmNWftSkAAAA=</rikaitan.link>
  • Loading branch information
Darius Jahandarie authored and tatsumoto-ren committed Feb 11, 2024
1 parent a1431e9 commit 04dff36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-chrome-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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: cardinalby/webext-buildtools-chrome-webstore-upload-action@3d829e042b559c35f7fb71676cbaf6031892a313 # v1.0.11
with:
zipFilePath: rikaitan-chrome-dev.zip
extensionId: ${{ secrets.G_DEVELOPMENT_EXTENSION_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upload to Google Web Store
id: webStoreUpload
continue-on-error: true
uses: cardinalby/webext-buildtools-chrome-webstore-upload-action@d3ce3b6f6a07d1267b0f5a24416a153159255372
uses: cardinalby/webext-buildtools-chrome-webstore-upload-action@3d829e042b559c35f7fb71676cbaf6031892a313 # v1.0.11
with:
zipFilePath: rikaitan-chrome.zip
extensionId: ${{ secrets.G_STABLE_EXTENSION_ID }}
Expand Down

0 comments on commit 04dff36

Please sign in to comment.