We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2cb358 + 12ea165 commit 8bd63e1Copy full SHA for 8bd63e1
.github/workflows/release.yml
@@ -251,7 +251,7 @@ jobs:
251
- uses: actions/checkout@v6
252
- name: Get version from Cargo.toml
253
id: version
254
- run: echo "version=$(grep '^version' Cargo.toml | head -1 | sed 's/.*"\(.*\)"/\1/')" >> "$GITHUB_OUTPUT"
+ run: echo "version=$(grep '^version' Cargo.toml | head -1 | sed 's/.*"\(.*\)".*/\1/')" >> "$GITHUB_OUTPUT"
255
- name: Create release
256
uses: softprops/action-gh-release@v2
257
with:
0 commit comments