Skip to content

Commit

Permalink
Update extension-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YunFeng0817 authored Dec 9, 2024
1 parent 9bf0a7a commit 13a85a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/extension-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Extension Release

on: [push]
on:
workflow_dispatch:

jobs:
chrome-web-store:
name: Chrome Web Store
publish-extension:
name: Publish to Chrome Web Store
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,4 +26,4 @@ jobs:
client-id: ${{ secrets.CWS_CLIENT_ID }}
client-secret: ${{ secrets.CWS_CLIENT_SECRET }}
refresh-token: ${{ secrets.CWS_REFRESH_TOKEN }}
publish: false
publish: true

0 comments on commit 13a85a3

Please sign in to comment.