diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 19:31:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 19:31:43 +0300 |
commit | a3bad0c28e9adf04658f8eb055b67465ac966dc0 (patch) | |
tree | 8c1cf29dd122f27f994247400dc5aadc707c088b /.github/workflows/basic.yml | |
parent | workflows: use -latest images where appropriate (diff) | |
download | cmake-common-a3bad0c28e9adf04658f8eb055b67465ac966dc0.tar.gz cmake-common-a3bad0c28e9adf04658f8eb055b67465ac966dc0.zip |
workflows/basic: minor fix
Diffstat (limited to '.github/workflows/basic.yml')
-rw-r--r-- | .github/workflows/basic.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index d1883b6..545dc28 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -108,7 +108,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__ |