Skip to content

Commit

Permalink
ci: use relax version require for create-pull-request action
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Sep 2, 2024
1 parent 5991770 commit 1bb8a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Create Pull Request With Versions Bumped
if: steps.covector.outputs.commandRan == 'version'
uses: tauri-apps/create-pull-request@v3.4.1
uses: tauri-apps/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: covector/version-updates
Expand Down

0 comments on commit 1bb8a02

Please sign in to comment.