From b1127266c4054d1e616fc08b1947e600af916e89 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 2 Oct 2024 15:42:34 -0400 Subject: [PATCH] github: remove publish job It seems we've lost access to the GITHUB_SECRET and it's easy enough to do the release notes manually. Signed-off-by: Simon Deziel --- .github/workflows/tests.yml | 17 ----------------- 1 file changed, 17 deletions(-) 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