We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49898bc commit 094a552Copy full SHA for 094a552
1 file changed
.github/workflows/rust.yml
@@ -56,12 +56,14 @@ jobs:
56
with:
57
name: windows_build
58
- name: Release
59
- uses: ncipollo/release-action@v1
+ uses: ncipollo/release-action@v1.8.1
60
61
allowUpdates: true
62
+ omitBodyDuringUpdate: true
63
+ omitNameDuringUpdate: true
64
+ replacesArtifacts: true
65
body: latest packet_generator build
66
artifacts: "*-packet_generator.tar.gz,*-packet_generator.zip"
- name: idl-latest
67
tag: ${{env.RELEASE_TAG}}
68
token: ${{ secrets.GITHUB_TOKEN }}
69
0 commit comments