fix runtime workflow checkout ref (#1231)
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.release.tag_name || github.event.inputs.tag }}
|
ref: ${{ github.event_name == 'release' && github.event.release.tag_name || github.ref }}
|
||||||
|
|
||||||
- name: Resolve runtime asset names
|
- name: Resolve runtime asset names
|
||||||
id: names
|
id: names
|
||||||
|
|||||||
Reference in New Issue
Block a user