agraef / pd-lua

Lua bindings for Pd, updated for Lua 5.3+
https://agraef.github.io/pd-lua/
GNU General Public License v2.0
47 stars 10 forks source link

minor workflow simplifications #51

Closed ben-wes closed 3 weeks ago

ben-wes commented 3 weeks ago

since pd-lua is using the actual tag name as version string, there's no need for extracting it from another string.

and the check for a tag is also simpler this way.

tested with https://github.com/ben-wes/pd-lua/actions/runs/10574258362

agraef commented 3 weeks ago

Merged, thanks! I'll test this with a proper release asap. What could possibly go wrong? :smile_cat:

ben-wes commented 3 weeks ago

Merged, thanks! I'll test this with a proper release asap. What could possibly go wrong? 😸

exactly my thought, haha - just a little PR for the thrill. ;)

(on a more serious note: not planning to mess much with those workflows in the future unless necessary for actual new features)