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.
github.ref
github.event.ref
1 parent c37b99e commit 55abf9cCopy full SHA for 55abf9c
README.md
@@ -30,15 +30,15 @@ filter to the step:
30
31
32
```yml
33
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34
```
35
36
So the full step would look like:
37
38
39
40
- name: Publish package
41
42
uses: pypa/gh-action-pypi-publish@master
43
with:
44
user: __token__
0 commit comments