stable releases use commit hash

This commit is contained in:
Ishaan Jaff 2024-04-05 17:03:38 -07:00
parent 212ca40f29
commit cba0db9cb4

View file

@ -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,