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 6e56b50 commit 237cc27Copy full SHA for 237cc27
.github/workflows/tests+pypi.yml
@@ -215,5 +215,5 @@ jobs:
215
uses: pypa/gh-action-pypi-publish@unstable/v1
216
with:
217
repository_url: https://test.pypi.org/legacy/
218
- - if: startsWith(github.ref, 'refs/tags')
+ - if: startsWith(env.GITHUB_REF, 'refs/tags')
219
0 commit comments