8000 Migrate `set-output` to `$GITHUB_OUTPUT` · ruby/jruby-dev-builder@5312ae5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5312ae5

Browse files
znzeregon
authored andcommitted
1 parent cfc11a8 commit 5312ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
else
2727
tag=$(basename "${{ github.ref }}")
2828
fi
29-
echo "::set-output name=tag::$tag"
29+
echo "tag=$tag" >> $GITHUB_OUTPUT
3030
- name: Create Release
3131
id: create_release
3232
uses: actions/create-release@v1
@@ -55,7 +55,7 @@ jobs:
5555
platform=${{ matrix.os }}
5656
platform=${platform/macos-*/macos-latest}
5757
platform=${platform/windows-*/windows-latest}
58-
echo "::set-output name=platform::$platform"
58+
echo "platform=$platform" >> $GITHUB_OUTPUT
5959
6060
# Build
6161
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
0