Unverified Commit 486a9326 authored by Jun's avatar Jun Committed by GitHub

add publish step to action

parent 1844ae23
......@@ -21,3 +21,8 @@ jobs:
- name: "build"
run: yarn build
- name: "publish"
uses: actions/npm-publish-action
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment