Skip to content

Commit

Permalink
fix(release): ensure it works when run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Feb 1, 2024
1 parent fd89288 commit ef271cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
- uses: 8BitJonny/[email protected]
id: PR
with:
sha: ${{ steps.source-vars.outputs.sha }}
sha: ${{ github.event.pull_request.head.sha }}
- name: Branches configuration
id: branches-configuration
shell: bash
Expand Down

0 comments on commit ef271cc

Please sign in to comment.