For bluefin tags. Looks like we lost
For bluefin tags. Looks like we lost adding the tags to the bash array.
https://github.com/ublue-os/bluefin/actions/runs/8605061498/job/23580493765#step:8:20
14 Replies
oh?
Yeah, we had a matrix variable previously it loos like that is not present anymore
which one?
matrix.is_latest_version
matrix.is_stable_version
that got moved
Yes
but it's referring to matrix.name instead of the variable name.
instead of a matrix variable being used only to setup bash vars in the single "tags" step, its now a conditional in the "tags" step
https://github.com/ublue-os/bluefin/actions/runs/8604817085/job/23579734249#step:8:37
As you can see it's being compared against an empty string. ${{ matrix.is_latest_version }} is empty
ok, yeah, that's a bug 🙂 c'mon on thought you reviewed my PR 😉
Yepp. I'm fixing right now
thanks!
Since we are in bash run right here. I can just use the bash variable name
it should be clear, since the bash vars map to the old matrix vars
thank you for catching this
bluefin favicom!
https://github.com/ublue-os/bluefin/pull/1106