ci: Use GITHUB_OUTPUT envvar instead of set-output command

This commit is contained in:
Arun
2024-01-11 18:33:06 -08:00
committed by Emilio Cobos Álvarez
parent ef086cb02d
commit dc188b02ea
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
id: tagName
run: |
VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2)
echo "::set-output name=version::$VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
# Steps to extract the last release notes from CHANGES:
# 1. Remove the first three lines
# 2. Stop at the next heading level