build: publish the package

This commit is contained in:
Kengo TODA
2021-07-16 18:08:57 +08:00
parent 1b36797b11
commit c5d953bd7a
2 changed files with 5 additions and 3 deletions

View File

@@ -28,8 +28,7 @@ jobs:
run: |
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT_TO_PUSH }}
GITHUB_TOKEN: ${{ secrets.PAT_TO_PUSH }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest