We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efca1a commit a446a5cCopy full SHA for a446a5c
1 file changed
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
$HasDiff = $SourceDiff.Length -gt 0
44
45
# Set the output named "version_changed"
46
- Write-Host "::set-output name=version_changed::False"
+ Write-Host "::set-output name=version_changed::True"
47
echo "version_changed=$HasDiff"
48
49
build:
0 commit comments