Skip to content

Commit

Permalink
Use commit sha for github release, because ref might change meaning
Browse files Browse the repository at this point in the history
if new commits are added to the branch after the release draft is created
  • Loading branch information
georg-jung committed Jun 20, 2022
1 parent c7f1a87 commit c3a0c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
draft: true
prerelease: false
files: artifacts/*.zip
target_commitish: ${{ github.ref }}
target_commitish: ${{ github.sha }}

0 comments on commit c3a0c82

Please sign in to comment.