tag 0.6.10 is not existant on the prefixed build:
I guess the github-actions did not work properly
Looks at Github Actions... any idea what went wrong?
Maybe the tag was not detected :/
I added it manually now: https://github.com/rectorphp/rector-prefixed/releases/tag/v0.6.10
https://github.com/rectorphp/rector/runs/391417714#step:7:25
Not sure what that means :/ any ideas?
This is the responsible line:
https://github.com/rectorphp/rector/blob/ed868e61fcea58f3322331b8ee18da50ab67bef9/.github/workflows/rector_phar.yml#L40
hmm.. the solution at https://github.community/t5/GitHub-Actions/How-to-get-just-the-tag-name/m-p/32163/highlight/true#M1024 is valid for on
on:
push:
tags:
we use a on push for the commits on master branch.. not sure the GTIHUB_REF contains a tag-name when we are responding to a on-commit push
Yea, the problem is to get the tag name.
Maybe you can take inspiration from https://github.com/ergebnis/php-library-template/blob/master/.github/workflows/continuous-deployment.yml ?
Could you send PR to try it?
Will do some tests.
Please see #2686
Resolved by https://github.com/rectorphp/rector/pull/2686
Great. Thx guys
Looks like it doesn't worked for 0.6.11 :/
Will take a look at it on monday