diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 959f288..91cbea5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,16 +11,6 @@ permissions: contents: write jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Release - uses: softprops/action-gh-release@v2 - with: - generate_release_notes: true - token: "${{ secrets.GITHUB_TOKEN }}" - push_to_pypi: runs-on: ubuntu-latest steps: @@ -59,3 +49,13 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + release_notes: + runs-on: ubuntu-latest + needs: push_to_docker_hub + steps: + - uses: actions/checkout@v4 + - name: Release + uses: softprops/action-gh-release@v2 + with: + generate_release_notes: true + token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/pyproject.toml b/pyproject.toml index 11ec808..fae23b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "twyn" -version = "2.8.11" +version = "2.8.12" description = "" authors = [ "Daniel Sanz",