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_
-
-
-
-
-[](https://github.com/m0nsterrr/octodns-infomaniak/tree/main/.github/workflows/lint.yml)
-[](https://github.com/m0nsterrr/octodns-infomaniak/tree/main/.github/workflows/test.yml)
-[](https://github.com/m0nsterrr/octodns-infomaniak/tree/main/.github/workflows/release.yml)
-
-[](https://pypi.python.org/pypi/)
-[](https://pypi.python.org/pypi/)
+[](https://pypi.python.org/pypi/octodns-infomaniak)
+[](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)