mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 01:55:55 +08:00
Get correct issue number from PR
Contributes to CURA-9365
This commit is contained in:
parent
ecee9181b9
commit
b3c60eb34b
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
user = "${{ github.repository_owner }}"
|
||||
project_name = "${{ inputs.project_name }}"
|
||||
event_name = "${{ github.event_name }}"
|
||||
issue_number = "${{ github.event.issue.number }}"
|
||||
issue_number = "${{ github.ref }}".split('/')[2]
|
||||
is_tag = "${{ github.ref_type }}" == "tag"
|
||||
|
||||
# FIXME: for when we push a tag (such as an release)
|
||||
|
Loading…
x
Reference in New Issue
Block a user