You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: