Skip to content

Commit 9f5bd68

Browse files
committed
Output typo
1 parent 3e91bcf commit 9f5bd68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
http_status=$( curl -s -o /dev/null -w "%{http_code}" https://${pypi_hostname}/pypi/duckdb/${pkg_version}/json )
5353
if [ "$http_status" == "200" ]; then
5454
echo "::warning::DuckDB ${pkg_version} is already present on ${pypi_hostname}, will not release"
55-
echo "can_upload=true" >> $GITHUB_GITHUB_OUTPUT
55+
echo "can_upload=true" >> $GITHUB_OUTPUT
5656
else
57-
echo "can_upload=false" >> $GITHUB_GITHUB_OUTPUT
57+
echo "can_upload=false" >> $GITHUB_OUTPUT
5858
fi
5959
6060

0 commit comments

Comments
 (0)