diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 547286e..a2e0af9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -69,6 +69,7 @@ jobs: path: build/libs/ - name: Create Github release + if: contains(github.event.head_commit.message, '[publish skip]') == false uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}"