Quote envvar to match documentation
This commit is contained in:
committed by
Emilio Cobos Álvarez
parent
dc188b02ea
commit
6b7c2e15f5
@@ -39,7 +39,7 @@ jobs:
|
|||||||
id: tagName
|
id: tagName
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2)
|
VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2)
|
||||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
||||||
# Steps to extract the last release notes from CHANGES:
|
# Steps to extract the last release notes from CHANGES:
|
||||||
# 1. Remove the first three lines
|
# 1. Remove the first three lines
|
||||||
# 2. Stop at the next heading level
|
# 2. Stop at the next heading level
|
||||||
|
|||||||
Reference in New Issue
Block a user