mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
Revert "make pre-release to only include release_notes.md"
This reverts commit 92207c670ddd856857cb0be544e4d2bf50d62586.
This commit is contained in:
parent
38cb0598d9
commit
3772cb2968
6
.github/workflows/pre-release.yml
vendored
6
.github/workflows/pre-release.yml
vendored
@ -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
|
||||
|
||||
--title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md \
|
||||
wakunode2/* wakutools/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user