Skip to content

Commit

Permalink
Use explicit commit sha for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 authored Nov 8, 2022
1 parent 5aba68b commit 092c549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1
with:
commit: ${{ github.sha }}
tag: ${{ github.event.inputs.version }}
draft: true
prerelease: true
Expand Down

0 comments on commit 092c549

Please sign in to comment.