We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e6242 commit 21882deCopy full SHA for 21882de
1 file changed
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
else
51
export PRE_RELEASE="true"
52
fi
53
- echo "PRE_RELEASE"=$PRE_RELEASE" >> $GITHUB_OUTPUT
+ echo "PRE_RELEASE=$PRE_RELEASE" >> $GITHUB_OUTPUT
54
mkgdaldist:
55
runs-on: ubuntu-latest
56
needs: safety_checks
0 commit comments