Skip to content

Commit

Permalink
Fix release not finding a commit (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMULATAN authored Oct 10, 2024
1 parent 76ee00b commit cdff3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit: ${{ github.event.workflow_run.head_commit.sha }}
commit: ${{ github.event.workflow_run.head_sha }}
tag: ${{ steps.generate_release_tag.outputs.next_release_tag }}
name: Release ${{ github.event.workflow_run.head_commit.sha }}
name: Release ${{ github.event.workflow_run.head_sha }}
body: Release for commit '${{ github.event.workflow_run.head_commit.message }}'
draft: false
prerelease: true
Expand Down

0 comments on commit cdff3cc

Please sign in to comment.