Skip to content

Commit 3772cb2

Browse files
Revert "make pre-release to only include release_notes.md"
This reverts commit 92207c6.
1 parent 38cb059 commit 3772cb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: prep variables
4848
id: vars
4949
run: |
50-
ARCH=${{matrix.arch}}
50+
ARCH=${{matrix.arch}}
5151
5252
echo "arch=${ARCH}" >> $GITHUB_OUTPUT
5353
@@ -159,5 +159,5 @@ jobs:
159159
TARGET=$([[ "${{ needs.tag-name.outputs.tag }}" == "nightly" ]] && echo "--target ${{steps.vars.outputs.ref}}" || echo "")
160160
161161
gh release create ${{ needs.tag-name.outputs.tag }} --prerelease ${TARGET} \
162-
--title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md
163-
162+
--title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md \
163+
wakunode2/* wakutools/*

0 commit comments

Comments
 (0)