Skip to content

Commit

Permalink
fix: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Sep 13, 2024
1 parent 5d3f809 commit a72be09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-scarb-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
gh pr create \
--head update-scarb-${{ env.SCARB_VERSION }} \
--base main \
--base develop \
--title "Update Scarb to version ${{ env.SCARB_VERSION }}" \
--body "A new version of Scarb has been released: **${{ env.SCARB_VERSION }}**.\nThis PR updates the project with the latest version." \
--label "scarb,update"

0 comments on commit a72be09

Please sign in to comment.