ngs / go-release.action

Automate publishing Go build artifacts for GitHub releases through GitHub Actions
https://github.com/marketplace/actions/go-release-binary
94 stars 66 forks source link

change workflow syntax on README.md : HCL -> YAML #5

Closed usk81 closed 4 years ago

usk81 commented 5 years ago

Support for the HCL syntax in GitHub Actions will be deprecated on September 30, 2019. To continue using workflows that you created with the HCL syntax, you'll need to migrate the workflow files to the new YAML syntax using the migration script.

ref. https://help.github.com/en/articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax

ngs commented 4 years ago

Sorry for slow response, thank you 🙏