diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index da81c55..da332c4 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -27,7 +27,6 @@ jobs: run: npm ci && npm run build-release - name: Publish - if: steps.release.outputs.released == 'true' run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}