Skip to content

Commit 094a552

Browse files
authored
Update rust.yml
1 parent 49898bc commit 094a552

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ jobs:
5656
with:
5757
name: windows_build
5858
- name: Release
59-
uses: ncipollo/release-action@v1
59+
uses: ncipollo/release-action@v1.8.1
6060
with:
6161
allowUpdates: true
62+
omitBodyDuringUpdate: true
63+
omitNameDuringUpdate: true
64+
replacesArtifacts: true
6265
body: latest packet_generator build
6366
artifacts: "*-packet_generator.tar.gz,*-packet_generator.zip"
64-
name: idl-latest
6567
tag: ${{env.RELEASE_TAG}}
6668
token: ${{ secrets.GITHUB_TOKEN }}
6769

0 commit comments

Comments
 (0)