diff --git a/.github/workflows/dep_toxcore_info.yml b/.github/workflows/dep_toxcore_info.yml index 4bcf6882..4cfb1c42 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: not contains(github.ref, 'refs/tags/v') + if: ${{ !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 }}