Skip to content

Commit 6e52821

Browse files
committed
chore: Better body + tag name from branch name
1 parent 99387bc commit 6e52821

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-binaries.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Rolling Release Binaries
33
on:
44
push:
55
branches:
6-
- main
76
- master
87
workflow_dispatch:
98

@@ -84,7 +83,9 @@ jobs:
8483

8584
- uses: ncipollo/release-action@v1
8685
with:
87-
tag: latest
86+
tag: ${{ github.ref_name }}
8887
removeArtifacts: true
8988
allowUpdates: true
9089
artifacts: artifacts/**
90+
body: |
91+
Binaries from ${{ github.ref_name }} branch.

0 commit comments

Comments
 (0)