Skip to content

Commit

Permalink
Update pr-version-bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Sep 16, 2024
1 parent 7972736 commit 1bc5dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }} # Ensure you're checking out the correct branch
ref: ${{ github.head_ref }}

- name: Install jq (JSON parser)
run: sudo apt-get install -y jq
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
run: |
git add ${{ matrix.package }}/package.json
git commit -m "chore(${{ matrix.package }}): bump version"
git push origin HEAD:refs/heads/${{ github.ref_name }} # Push to the correct branch
git push origin HEAD:${{ github.head_ref }}

0 comments on commit 1bc5dbe

Please sign in to comment.