Skip to content

Attach generated artifacts to the release even if there's no version prefix #16

@s3rius

Description

@s3rius

Thanks for creating such an amazing projects to ease releases. But I want to have an ability to attach artifacts to releases even if tag name doesn't start with v prefix.

There are two ways for resolving this issue:

  1. Create an output of an archive name, so users can upload those archives to release workflows.
  2. Make "v" prefix optional and trigger releases every time unless explicitly stated otherwise.

This issue happens because of 2 factors:

  • I like create releases from github web UI.
  • I don't have v prefix on my tags.

All my actions trigger on release:

on:
  release:
    types:
      - released

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions