diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e291c7..1d06a65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,8 +31,10 @@ jobs: runs-on: ubuntu-latest needs: [changelog] steps: + - name: Checkout + uses: actions/checkout@v4 - name: Create release as draft - run: gh release create ${{ github.ref_name }} -F ${{ needs.changelog.outputs.release_body }} --draft + run: gh release create ${{ github.ref_name }} -n "${{ needs.changelog.outputs.release_body }}" --draft env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} package: diff --git a/README.md b/README.md index 9f474d5..0a6e930 100644 --- a/README.md +++ b/README.md @@ -7,20 +7,12 @@ _Infomaniak provider for octoDNS_ - -
- - -[![Lint](https://img.shields.io/github/actions/workflow/status/m0nsterrr/octodns-infomaniak/lint.yml?branch=main&label=&logo=ruff&style=for-the-badge&logoColor=D7FF64&color=black)](https://github.com/m0nsterrr/octodns-infomaniak/tree/main/.github/workflows/lint.yml) -[![Test](https://img.shields.io/github/actions/workflow/status/m0nsterrr/octodns-infomaniak/test.yml?branch=main&label=&logo=pytest&style=for-the-badge&logoColor=white&color=0A9EDC)](https://github.com/m0nsterrr/octodns-infomaniak/tree/main/.github/workflows/test.yml) -[![Release](https://img.shields.io/github/actions/workflow/status/m0nsterrr/octodns-infomaniak/release.yml?branch=main&label=&logo=github&style=for-the-badge&logoColor=black&color=white)](https://github.com/m0nsterrr/octodns-infomaniak/tree/main/.github/workflows/release.yml)
- -[![Pypi](https://img.shields.io/pypi/v/octodns-infomaniak?label=&logo=pypi&style=for-the-badge&logoColor=yellow&color=3776AB)](https://pypi.python.org/pypi/) -[![Python](https://img.shields.io/pypi/pyversions/octodns-infomaniak?label=&logo=python&style=for-the-badge&logoColor=yellow&color=3776AB)](https://pypi.python.org/pypi/) +[![Pypi](https://img.shields.io/pypi/v/octodns-infomaniak?label=&logo=pypi&style=for-the-badge&logoColor=yellow&color=3776AB)](https://pypi.python.org/pypi/octodns-infomaniak) +[![Python](https://img.shields.io/pypi/pyversions/octodns-infomaniak?label=&logo=python&style=for-the-badge&logoColor=yellow&color=3776AB)](https://pypi.python.org/pypi/octodns-infomaniak)
@@ -30,7 +22,6 @@ _Infomaniak provider for octoDNS_ ## 🔗 Table of Contents - [Usage](#-usage) - [Dev](#%EF%B8%8F-dev) - - [Support & Assistance](#%EF%B8%8F-support--assistance) - [Contributing](#-contributing) - [Security](#%EF%B8%8F-security)