Skip to content

Commit af565e8

Browse files
committed
ci: fix chrome-webstore-upload-cli env vars
1 parent 0889c6c commit af565e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
npm install -g chrome-webstore-upload-cli
4646
chrome-webstore-upload upload \
4747
--source postghost-ext-${{ steps.version.outputs.version }}.zip \
48-
--extension-id gcihfanalejjjidbiofcmhcjhckdhigf \
4948
--auto-publish
5049
env:
50+
EXTENSION_ID: gcihfanalejjjidbiofcmhcjhckdhigf
5151
CLIENT_ID: ${{ secrets.CWS_CLIENT_ID }}
5252
CLIENT_SECRET: ${{ secrets.CWS_CLIENT_SECRET }}
5353
REFRESH_TOKEN: ${{ secrets.CWS_REFRESH_TOKEN }}

0 commit comments

Comments
 (0)