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
Overview
Currently, we need to:
vX.X.X
commitgit 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 MarketplaceRelated - https://github.com/actions/toolkit/blob/master/docs/action-versioning.md