We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbf6ced + 5db6752 commit ffd5189Copy full SHA for ffd5189
.github/workflows/autoBuild.yml
@@ -129,7 +129,7 @@ jobs:
129
echo "name=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].name')" >> $GITHUB_OUTPUT
130
echo "version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
131
- name: Create release
132
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
133
with:
134
files: artifacts/**/*
135
name: "v${{ steps.crate_info.outputs.version }}"
0 commit comments