diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2024-02-11 18:07:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 09:07:01 +0000 |
commit | 8bbb7b5dd2f5013bfe420cf0b9fc497b07751db1 (patch) | |
tree | 7e41e1d665a91fd371f7b5d2c841187dda238bf2 /.github/workflows/publish-chrome-development.yml | |
parent | e8079a68acba6077ab621757ac236be4206b0996 (diff) |
publish-chrome*: update upload action to avoid error with `author` (#669)24.2.11.0
Diffstat (limited to '.github/workflows/publish-chrome-development.yml')
-rw-r--r-- | .github/workflows/publish-chrome-development.yml | 2 |
1 files changed, 1 insertions, 1 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 }} |