From 85e4b220c9aeac7b2d7f429119ce4fff4fa6ab2d Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:05:57 +0100 Subject: [PATCH] make pre-release to only include release_notes.md --- .github/workflows/pre-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 39223c195..db8996bb0 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -47,7 +47,7 @@ jobs: - name: prep variables id: vars run: | - ARCH=${{matrix.arch}} + ARCH=${{matrix.arch}} echo "arch=${ARCH}" >> $GITHUB_OUTPUT @@ -159,5 +159,5 @@ jobs: TARGET=$([[ "${{ needs.tag-name.outputs.tag }}" == "nightly" ]] && echo "--target ${{steps.vars.outputs.ref}}" || echo "") gh release create ${{ needs.tag-name.outputs.tag }} --prerelease ${TARGET} \ - --title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md \ - wakunode2/* wakutools/* + --title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md +