Skip to content

Releases: mendelk/prql-rb

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 15:54
Fix publish skip-check for grouped platform listing

gem list groups a version's platforms in one paren block
('0.1.0 ruby aarch64-linux'), so matching 'version platform'
adjacently never hit and every push attempted a repush. Extract the
version's block first, then word-match the platform inside it.