We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944d63f commit 3de587fCopy full SHA for 3de587f
.github/workflows/compile-release.yml
@@ -30,7 +30,7 @@ jobs:
30
else
31
matrix=$(jq -cRn '[inputs as $version | $version] | { build: [{suffix: "", profile: "dist"}, {suffix: "-dev", profile: "dist,embedded-hbase-solr"}], version: . }' <<<"$versions")
32
fi
33
- echo "::set-output name=matrix::$matrix"
+ echo "matrix=$matrix" >> $GITHUB_OUTPUT
34
35
build:
36
name: Build Apache Atlas ${{ matrix.version }} with profile ${{ matrix.build.profile }}
0 commit comments