uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
665 stars 146 forks source link

Tag error for version 2.5.1 =>v.2.5.1 #131

Closed Krakinou closed 11 months ago

Krakinou commented 11 months ago

Tag is v.2.5.1 instead of v2.5.1 so the action has to be called with uses: uraimo/run-on-arch-action@v.2.5.1 instead of uses: uraimo/run-on-arch-action@v2.5.1

uraimo commented 11 months ago

Fixed, thanks.