aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 19:33:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 19:33:31 +0300
commit184a90a5c65422ab290c48c633e595495c24e9f9 (patch)
treee511ce922b2271998d08db44ac9fccc3f517068c /.github
parentv1.0.2 (diff)
downloadvk-scripts-184a90a5c65422ab290c48c633e595495c24e9f9.tar.gz
vk-scripts-184a90a5c65422ab290c48c633e595495c24e9f9.zip
workflows/ci: minor fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8676b4f..516e226 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
path: dist
if-no-files-found: error
- name: Publish to PyPI
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__