Unverified Commit b9b1c39f authored by Jun's avatar Jun Committed by GitHub

use npm action instead of npm-publish-action

parent 84902bcd
......@@ -23,6 +23,8 @@ jobs:
run: yarn build
- name: "publish"
uses: actions/npm-publish-action
uses: actions/npm@master
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
with:
args: publish
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