repository icon indicating copy to clipboard operation
repository copied to clipboard

Enable `make release` for Github Marketplace when possible

Open roll opened this issue 3 years ago • 0 comments

Overview

Currently, we need to:

  • update the version
  • push vX.X.X commit
  • manually release on Github (including Marketplace)
  • git tag -fa v1 -m "Update v1 tag"
  • git push origin v1 --force

Usually, for Frictionless Software, we just run make release to release a new version but it's not yet possible for Github Actions on Github Marketplace

Related - https://github.com/actions/toolkit/blob/master/docs/action-versioning.md

roll avatar Jul 07 '21 13:07 roll