Skip to content

Commit a9e062a

Browse files
committed
🐛 correct syntax for output
1 parent 3145573 commit a9e062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
--target ${BRANCH} \
9090
--verify-tag
9191
92-
echo "::set-output name=version::${VERSION}"
92+
echo "version=${VERSION}" >> $GITHUB_OUTPUT
9393
9494
- id: upload_artifacts
9595
name: Upload Artifacts

0 commit comments

Comments
 (0)