We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c355ee4 commit df22433Copy full SHA for df22433
1 file changed
.github/workflows/create-release.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
21
+ with:
22
+ ref: ${{ github.event.workflow_run.head_sha }}
23
24
- uses: codfish/semantic-release-action@v3
25
id: semantic
0 commit comments