Skip to content

Commit 78ea046

Browse files
committed
CI: remove set-output
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d39321f commit 78ea046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
echo "::debug::new version = $VERSION"
5959
VERSION_PLAIN="${VERSION:1}" # remove 'v' prefix
6060
echo "::debug::plain version = $VERSION_PLAIN"
61-
echo "::set-output name=version::$VERSION"
62-
echo "::set-output name=version_plain::$VERSION_PLAIN"
61+
echo "version=$VERSION" >> $GITHUB_OUTPUT
62+
echo "version_plain=$VERSION_PLAIN" >> $GITHUB_OUTPUT
6363
env:
6464
NPMV_NEWVERSION: ${{ github.event.inputs.newversion }}
6565
NPMV_MESSAGE: ${{ github.event.inputs.commitMessage }}

0 commit comments

Comments
 (0)