Skip to content

Commit

Permalink
Use new github action output command (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Mar 21, 2024
1 parent b4e125b commit 114b09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildScan {

tasks.register("configureGithubActions") {
doLast {
println("::set-output name=is_snapshot::$isSnapshotBuild")
println("is_snapshot=$isSnapshotBuild >> $GITHUB_OUTPUT")
}
}

Expand Down

0 comments on commit 114b09f

Please sign in to comment.