Skip to content

Commit 21882de

Browse files
committed
.github/workflows/release.yml: fix extraeneous double quote
1 parent 70e6242 commit 21882de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
else
5151
export PRE_RELEASE="true"
5252
fi
53-
echo "PRE_RELEASE"=$PRE_RELEASE" >> $GITHUB_OUTPUT
53+
echo "PRE_RELEASE=$PRE_RELEASE" >> $GITHUB_OUTPUT
5454
mkgdaldist:
5555
runs-on: ubuntu-latest
5656
needs: safety_checks

0 commit comments

Comments
 (0)