Skip to content

Commit

Permalink
chore: only use major version here too
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Feb 27, 2024
1 parent 0ea06b4 commit be8618e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: contains(github.head_ref, 'release-please') != true && contains(github.head_ref, 'breaking-release') == true
runs-on: ubuntu-latest
steps:
- uses: 8BitJonny/gh-get-current-pr@3.0.0
- uses: 8BitJonny/gh-get-current-pr@3
with:
sha: ${{ github.event.pull_request.head.sha }}
id: PR
Expand Down

0 comments on commit be8618e

Please sign in to comment.