diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e0817f4..69efeec 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -2,6 +2,11 @@ name: Pull Request on: pull_request: + types: + - opened + - reopened + - synchronize + - closed push: tags: - '*' @@ -61,7 +66,7 @@ jobs: run: | npm publish *.tgz env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} release: name: Release