diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02ab7e19..5f8fffd6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -101,20 +101,3 @@ jobs: run: | . ./venv/bin/activate integration/run-integration-tests - - publish: - name: Publish - runs-on: ubuntu-22.04 - if: startsWith(github.event.ref, 'refs/tags') - - permissions: - contents: write - steps: - - uses: actions/checkout@v4 - - - name: Create Release - uses: ncipollo/release-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - name: Release ${{ github.ref }} - generateReleaseNotes: true