Skip to content

Commit 3de587f

Browse files
committed
Update deprecated set-output to env files
1 parent 944d63f commit 3de587f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
else
3131
matrix=$(jq -cRn '[inputs as $version | $version] | { build: [{suffix: "", profile: "dist"}, {suffix: "-dev", profile: "dist,embedded-hbase-solr"}], version: . }' <<<"$versions")
3232
fi
33-
echo "::set-output name=matrix::$matrix"
33+
echo "matrix=$matrix" >> $GITHUB_OUTPUT
3434
3535
build:
3636
name: Build Apache Atlas ${{ matrix.version }} with profile ${{ matrix.build.profile }}

0 commit comments

Comments
 (0)