diff --git a/.github/workflows/publish-node.yaml b/.github/workflows/publish-node.yaml index 2a78118..cf12894 100644 --- a/.github/workflows/publish-node.yaml +++ b/.github/workflows/publish-node.yaml @@ -1,9 +1,6 @@ name: Publish Node Addon -on: - push: - tags: - - 'v*' +on: [push] jobs: build: @@ -77,4 +74,4 @@ jobs: - name: Publish to GitHub Packages run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file