Skip to content

Commit

Permalink
Update dep_toxcore_info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Aug 1, 2024
1 parent 5c450f3 commit 6924d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dep_toxcore_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6924d52

Please sign in to comment.