From 05ea1ec1fa1d29befff9b256f4ca85800b58b306 Mon Sep 17 00:00:00 2001 From: David Gregorczyk <54440227+d-gregorczyk@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:22:32 +0200 Subject: [PATCH] Release workflow (#305) * Add release workflow * Update release workflow --- .github/workflows/release-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 829847b..5b3d76e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -53,6 +53,6 @@ jobs: - name: Create release page uses: ncipollo/release-action@v1 - with: - artifacts: "sdpi-supplement.zip" - body: [đź“‹Please click here for a detailed changelog](https://github.com/IHE/DEV.SDPi/blob/release-$GITHUB_REF_NAME/CHANGELOG.md) +# with: +# artifacts: "sdpi-supplement.zip" +# body: [đź“‹Please click here for a detailed changelog](https://github.com/IHE/DEV.SDPi/blob/release-$GITHUB_REF_NAME/CHANGELOG.md) \ No newline at end of file