Skip to content

Commit 4f34529

Browse files
authored
add release name to workflow
1 parent e6839fa commit 4f34529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
- name: Tag And Release Rust binary
1313
uses: xhaiker/rust-release.action@v1.0.2
1414
with:
15+
release: ${{ github.ref_name }}
1516
rust_target: x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)