We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a43b37 commit 65bd6f4Copy full SHA for 65bd6f4
.github/workflows/python-publish.yml
@@ -59,4 +59,4 @@ jobs:
59
# if: "!startsWith(github.ref_name, 'v-test-')"
60
with:
61
generate_release_notes: true
62
- prerelease: contains(github.ref_name, 'dev')
+ prerelease: "contains(github.ref_name, 'dev')"
0 commit comments