fix runtime workflow checkout ref (#1231)
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
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
|
||||
id: names
|
||||
|
||||
Reference in New Issue
Block a user