summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2024-02-11 18:07:01 +0900
committerGitHub <noreply@github.com>2024-02-11 09:07:01 +0000
commit8bbb7b5dd2f5013bfe420cf0b9fc497b07751db1 (patch)
tree7e41e1d665a91fd371f7b5d2c841187dda238bf2
parente8079a68acba6077ab621757ac236be4206b0996 (diff)
publish-chrome*: update upload action to avoid error with `author` (#669)24.2.11.0
-rw-r--r--.github/workflows/publish-chrome-development.yml2
-rw-r--r--.github/workflows/publish-chrome.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish-chrome-development.yml b/.github/workflows/publish-chrome-development.yml
index 3b580e3d..84c71ec6 100644
--- a/.github/workflows/publish-chrome-development.yml
+++ b/.github/workflows/publish-chrome-development.yml
@@ -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: yomitan-chrome-dev.zip
extensionId: ${{ secrets.G_DEVELOPMENT_EXTENSION_ID }}
diff --git a/.github/workflows/publish-chrome.yml b/.github/workflows/publish-chrome.yml
index 3dc37039..cf4627b7 100644
--- a/.github/workflows/publish-chrome.yml
+++ b/.github/workflows/publish-chrome.yml
@@ -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: yomitan-chrome.zip
extensionId: ${{ secrets.G_STABLE_EXTENSION_ID }}