NASA-PDS / roundup-action

Do a "roundup", a/k/a PDS-style continuous integration and delivery
Apache License 2.0
1 stars 4 forks source link

Resolve #11 Part II: The Taggening #16

Closed nutjob4life closed 3 years ago

nutjob4life commented 3 years ago

📜 Summary

Fix #11 a second time; running git tag --list PATTERN yields a single string, not a list; we tokenize the string on \n.

🩺 Test Data and/or Report

There's no way to test this without a massive test harness (which would include: GitHub Actions ecosystem, actions runners, virtual machines, public key infrastructure, OSSRH stub, PyPI stub, etc.).

🧩 Related Issues