Fixed syntax error in GitHub CI workflow

This commit is contained in:
squidfunk 2020-02-25 11:28:40 +01:00
parent 63d4e327e6
commit 82bf690098

View File

@ -115,7 +115,7 @@ jobs:
# Publish Python package and Docker image # Publish Python package and Docker image
publish: publish:
if: | if: |
github.repository == squidfunk/mkdocs-material && \ github.repository == 'squidfunk/mkdocs-material' && \
startsWith(github.ref, 'refs/tags') startsWith(github.ref, 'refs/tags')
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest