Skip to content

Commit

Permalink
Add submit github action
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Feb 17, 2022
1 parent 6fb2727 commit 144f820
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "submit"
on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
- run: npm install
- run: npm zip
- name: Browser Plugin Publish
uses: plasmo-corp/[email protected]
with:
artifact: ./stylus.zip
keys: ${{ secrets.SUBMIT_KEYS }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ yarn.lock
*.zip
.eslintcache
.transifexrc
keys.json

0 comments on commit 144f820

Please sign in to comment.