This repository was archived by the owner on Aug 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 }}
You can’t perform that action at this time.
0 commit comments