Skip to content

Commit

Permalink
fix: create release using ref of triggering workflow (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
frtibble authored May 28, 2024
1 parent c355ee4 commit df22433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}

- uses: codfish/semantic-release-action@v3
id: semantic
Expand Down

0 comments on commit df22433

Please sign in to comment.