Skip to content

Commit df22433

Browse files
authored
fix: create release using ref of triggering workflow (#996)
1 parent c355ee4 commit df22433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21+
with:
22+
ref: ${{ github.event.workflow_run.head_sha }}
2123

2224
- uses: codfish/semantic-release-action@v3
2325
id: semantic

0 commit comments

Comments
 (0)