Skip to content

Commit

Permalink
sha not ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Sep 4, 2024
1 parent 3dbb785 commit 5f561a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: echo ${{ needs.check_branch.outputs.is_release_branch }} > ./artifacts/is_release_branch

- name: Save commit SHA
run: echo ${{ github.event.pull_request.head.ref }} > ./artifacts/commit_sha
run: echo ${{ github.event.pull_request.head.sha }} > ./artifacts/commit_sha

- name: Upload artifact
# release notes: https://github.com/actions/upload-artifact/releases/tag/v4.4.0
Expand Down

0 comments on commit 5f561a1

Please sign in to comment.