Enable publish for all tags (skip-ci)

This commit is contained in:
Patrik Svensson 2020-08-30 10:22:25 +02:00
parent a06859dcb5
commit 47fd646d21

View File

@ -55,7 +55,7 @@ jobs:
publish:
name: Publish
needs: [build]
if: "!contains(github.event.head_commit.message, 'skip-ci')"
if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')"
runs-on: ubuntu-latest
steps:
- name: Checkout