Skip to content

Commit 99d78b4

Browse files
committed
chore: update set-output
1 parent d579e69 commit 99d78b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npx semantic-release --dry-run
3535
cat VERSION.env
3636
source VERSION.env
37-
echo "::set-output name=version::$VERSION"
37+
echo "version=$VERSION" >> $GITHUB_OUTPUT
3838
3939
- name: Set up QEMU
4040
if: ${{ steps.version.outputs.VERSION != ''}}

0 commit comments

Comments
 (0)