diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 691b0a4..c245476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: release: needs: [test, changes] - if: ${{ needs.changes.outputs.version_changed == 'true' }} && github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3