Skip to content

Enable make release for Github Marketplace when possible #15

Open
@roll

Description

@roll

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    generalGeneral improvements

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions