diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 95c7999..0dc7bb4 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -3,8 +3,6 @@ name: Release on: push: - tags: - - 'v*' jobs: release: @@ -19,4 +17,4 @@ jobs: - run: npm run build - run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}