forked from phoenix/litellm-mirror
stable releases use commit hash
This commit is contained in:
parent
212ca40f29
commit
cba0db9cb4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ghcr_deploy.yml
vendored
2
.github/workflows/ghcr_deploy.yml
vendored
|
@ -263,7 +263,7 @@ jobs:
|
|||
const response = await github.rest.repos.createRelease({
|
||||
draft: false,
|
||||
generate_release_notes: true,
|
||||
target_commitish: ${{ github.event.inputs.commit_hash}}
|
||||
target_commitish: ${{ github.event.inputs.commit_hash}},
|
||||
name: process.env.RELEASE_TAG,
|
||||
owner: context.repo.owner,
|
||||
prerelease: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue