We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd50578 commit 596f96dCopy full SHA for 596f96d
.github/workflows/release.yml
@@ -178,7 +178,7 @@ jobs:
178
- id: version_info
179
run: |
180
cargo install cargo-get
181
- echo "tag_name=v$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT
+ echo "version=v$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT
182
- name: Display structure of downloaded files
183
run: ls -R artifacts
184
- run: gh release create ${{ steps.version_info.outputs.version }} ./artifacts/*.gz --generate-notes --draft
0 commit comments