From 0625242afbb1baac7fbce94e8ff2c0cd3de3a3b5 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Fri, 15 Nov 2024 19:48:16 +0100 Subject: [PATCH] chore(pulumi): auto-applied workflow this file was auto-applied from pulumi located here: - https://github.com/octodns-infomaniak/.github Signed-off-by: Ludovic Ortega --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 701b2bb..8c47d4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,8 +7,6 @@ on: permissions: contents: write jobs: - - changelog: name: Generate changelog runs-on: ubuntu-latest @@ -36,7 +34,6 @@ jobs: run: gh release create ${{ github.ref_name }} -F ${{ needs.changelog.outputs.release_body }} --draft env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - publish_release: name: Publish release runs-on: ubuntu-latest