chore: add publish engine actions

This commit is contained in:
liujuping 2023-12-13 15:09:03 +08:00
parent 2b3a4527ab
commit 65c28774f4

View File

@ -20,6 +20,8 @@ jobs:
- run: npm install && npm run setup - run: npm install && npm run setup
- run: | - run: |
npm run build npm run build
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- run: npm run pub:prerelease - run: npm run pub:prerelease
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}