Skip to content

Commit

Permalink
github: remove publish job
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
simondeziel committed Oct 2, 2024
1 parent 085e626 commit b112726
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b112726

Please sign in to comment.