Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit c462d91

Browse files
committed
update(ci): skip CWS submit for this version
for safety concern = =
1 parent 8332ffd commit c462d91

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
zip -r ../crosssync-${{ env.TAG_NAME }}.zip ./
4242
cd ../
4343
44-
- name: Submit to Chrome Web Store
45-
continue-on-error: true
46-
run: |
47-
pnpm install chrome-webstore-upload-cli --save-dev
48-
npx chrome-webstore-upload-cli upload --source ./crosssync-${{ env.TAG_NAME }}.zip
49-
env:
50-
EXTENSION_ID: cilehfhekljoecdbbimgebbncpjagmon
51-
CLIENT_ID: ${{ secrets.CWS_CLIENT_ID }}
52-
CLIENT_SECRET: ${{ secrets.CWS_CLIENT_SECRET }}
53-
REFRESH_TOKEN: ${{ secrets.CWS_REFRESH_TOKEN }}
44+
# - name: Submit to Chrome Web Store
45+
# continue-on-error: true
46+
# run: |
47+
# pnpm install chrome-webstore-upload-cli --save-dev
48+
# npx chrome-webstore-upload-cli upload --source ./crosssync-${{ env.TAG_NAME }}.zip --auto-publish
49+
# env:
50+
# EXTENSION_ID: cilehfhekljoecdbbimgebbncpjagmon
51+
# CLIENT_ID: ${{ secrets.CWS_CLIENT_ID }}
52+
# CLIENT_SECRET: ${{ secrets.CWS_CLIENT_SECRET }}
53+
# REFRESH_TOKEN: ${{ secrets.CWS_REFRESH_TOKEN }}
5454

5555
- name: Release
5656
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)