JasonEtco / build-and-tag-action

📦🔖 A GitHub Action for publishing JavaScript Actions
MIT License
92 stars 38 forks source link

Fix setup script #5

Closed JasonEtco closed 4 years ago

JasonEtco commented 4 years ago

This fixes #4 by using bash -c ${setup-script}. By piping the output into bash, it supports the && operator, which lets us use chained commands.