Merge pull request 'fix(ci): add target_commitish to release payload to fix HTTP 500' (#333) from fix/ci-release-target-commitish into main
Some checks failed
Build and Test / build (push) Has been cancelled
Some checks failed
Build and Test / build (push) Has been cancelled
Reviewed-on: #333
This commit was merged in pull request #333.
This commit is contained in:
@@ -322,6 +322,7 @@ jobs:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TAG: ${{ github.ref_name || inputs.tag }}
|
BUILD_TAG: ${{ github.ref_name || inputs.tag }}
|
||||||
|
COMMIT_SHA: ${{ github.sha }}
|
||||||
NODE_EXTRA_CA_CERTS: /etc/ssl/certs/ca-certificates.crt
|
NODE_EXTRA_CA_CERTS: /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -386,6 +387,7 @@ jobs:
|
|||||||
'name': f'Kindred Create {tag}',
|
'name': f'Kindred Create {tag}',
|
||||||
'body': body,
|
'body': body,
|
||||||
'prerelease': prerelease,
|
'prerelease': prerelease,
|
||||||
|
'target_commitish': '${COMMIT_SHA}',
|
||||||
}))
|
}))
|
||||||
")
|
")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user