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

Commit 88859dd

Browse files
committed
fix: recover ci
1 parent 9e52bfe commit 88859dd

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/build-release.yml

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

5757
- name: Release
5858
uses: softprops/action-gh-release@v1
@@ -61,6 +61,5 @@ jobs:
6161
tag_name: ${{ env.TAG_NAME }}
6262
generate_release_notes: true
6363
files: ./crosssync-${{ env.TAG_NAME }}.zip
64-
draft: true # For this version only
6564
env:
6665
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)