diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9bdd1d9..58eafca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -77,6 +77,6 @@ jobs: run: npm publish --tag rc - name: Publish @effector/reflect@${{ steps.version.outputs.tag }} to latest - if: ${{ steps.next.outputs.match == '' && steps.rc.outputs.match === '' }} + if: ${{ steps.next.outputs.match == '' && steps.rc.outputs.match == '' }} working-directory: './dist/' run: npm publish