Skip to content

Commit 4ba4cff

Browse files
authored
Merge pull request #254 from vedansh-5/publish
[Minor]: Changed publish actions workflow from plasmo to mnao305
2 parents e13cca2 + 0ca0bb6 commit 4ba4cff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-to-chrome.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
fi
3333
3434
- name: Upload and Publish to Chrome Web Store
35-
uses: PlasmoHQ/chrome-extension-action@c15984c0a74f452851c605cab46f34d9fd6cb158
35+
uses: mnao305/chrome-extension-[email protected]
3636
with:
3737
client_id: ${{ secrets.CHROME_CLIENT_ID }}
3838
client_secret: ${{ secrets.CHROME_CLIENT_SECRET }}
3939
refresh_token: ${{ secrets.CHROME_REFRESH_TOKEN }}
4040
extension_id: ${{ secrets.CHROME_EXTENSION_ID }}
41-
zip: scrum-helper.zip
42-
publish: true
41+
file-path: scrum-helper.zip

0 commit comments

Comments
 (0)