Skip to content

Commit

Permalink
Introduce release-it and chrome-extension-upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Aug 2, 2024
1 parent 9c50f37 commit 52cf46e
Show file tree
Hide file tree
Showing 4 changed files with 2,834 additions and 128 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,13 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: mpb.zip
generate_release_notes: true
generate_release_notes: true
- name: Upload to webstore
uses: mnao305/[email protected]
with:
file-path: dist/file.zip
extension-id: nojpfacijldambjcnpbpneghbaefnlme
client-id: ${{ secrets.CLIENT_ID }}
client-secret: ${{ secrets.CLIENT_SECRET }}
refresh-token: ${{ secrets.REFRESH_TOKEN }}
publish: false
9 changes: 9 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": false
}
}
Loading

0 comments on commit 52cf46e

Please sign in to comment.