Skip to content

Commit 707f0db

Browse files
committed
Fix GH workflow deprecation warning
1 parent d0abf7b commit 707f0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454
run: |
5555
version=$(sed -n 's/^version = "\(.*\)"/\1/p' Cargo.toml | head -n1)
56-
echo ::set-output name=VERSION::$(echo "$version")
56+
echo "VERSION=$version" >> GITHUB_OUTPUT
5757
build:
5858
needs: [ prerelease ]
5959
name: 'Build ${{ matrix.job.target }}'

0 commit comments

Comments
 (0)