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 4a5f43f commit ec5e811Copy full SHA for ec5e811
.github/workflows/protobuf.yml
@@ -250,5 +250,5 @@ jobs:
250
repository-url: https://test.pypi.org/legacy/
251
252
- name: Publish Full Release on PyPI
253
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/v') && ( ! contains(github.ref, '-') )
254
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments