mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Get correct issue number from PR
Contributes to CURA-9365
This commit is contained in:
parent
ecee9181b9
commit
b3c60eb34b
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue