Skip to content

Commit 1ee370c

Browse files
authored
skip chrome upload step (#172)
1 parent 11a5152 commit 1ee370c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
npm ci
2424
npm run build:chrome
2525
npm run zip:chrome
26-
- name: Upload & release
27-
uses: mnao305/[email protected]
28-
with:
29-
file-path: dist/chrome.zip
30-
extension-id: pdgbckgdncnhihllonhnjbdoighgpimk
31-
client-id: ${{ secrets.CHROME_CLIENT_ID }}
32-
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
33-
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
34-
publish: false
26+
# - name: Upload & release
27+
# uses: mnao305/[email protected]
28+
# with:
29+
# file-path: dist/chrome.zip
30+
# extension-id: pdgbckgdncnhihllonhnjbdoighgpimk
31+
# client-id: ${{ secrets.CHROME_CLIENT_ID }}
32+
# client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
33+
# refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
34+
# publish: false
3535
- name: Build Extension Artifact
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)