Closed vernak2539 closed 2 months ago
I figured out what this was. Since I've
...also not published an updated in a while.
It looks like the refresh token was invalid. I had to:
pnpm dlx gcp-refresh-token
in the directory of my keys.json
fileSUBMIT_KEYS
environment variable used in the action to use the new refresh token
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
with:
keys: ${{ secrets.SUBMIT_KEYS }}
artifact: build/chrome-mv3-prod.zip
What happened?
I'm trying to publish my extension to the webstore and it's failing with the following message:
I've not changed anything much recently (other than adding a couple new languages), but I've also not published an updated in a while.
I'm not sure what's going on. It's happening on both versions of my extension.
You can see the extension here, and the two builds here (default, extended).
Any help would be much appreciated.
Which browsers are you seeing the problem on?
Chrome
Relevant log output
Code of Conduct