Skip to content

Commit

Permalink
ci: tie release to commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 7, 2023
1 parent 8c856a3 commit 44d9dbc
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 @@ -38,4 +38,5 @@ jobs:
FL_SET_GITHUB_RELEASE_REPOSITORY_NAME: ${{ github.repository }}
FL_GITHUB_RELEASE_API_BEARER: ${{ github.token }}
FL_SET_GITHUB_RELEASE_TAG_NAME: v${{ github.event.inputs.versionName }}
FL_SET_GITHUB_RELEASE_COMMITISH: ${{ github.sha }}
VERSION_NAME: ${{ github.event.inputs.versionName }}

0 comments on commit 44d9dbc

Please sign in to comment.