diff --git a/.github/workflows/dep_toxcore_info.yml b/.github/workflows/dep_toxcore_info.yml index d2480fcd..4bcf6882 100644 --- a/.github/workflows/dep_toxcore_info.yml +++ b/.github/workflows/dep_toxcore_info.yml @@ -37,7 +37,7 @@ jobs: run: rm -f output.txt - name: Create Pull Request - if: !contains(github.ref, 'refs/tags/v') + if: not contains(github.ref, 'refs/tags/v') uses: peter-evans/create-pull-request@v6 with: commit-message: update toxcore to ${{ steps.version_info_str.outputs.release_tag }}