Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

actions/create-release#124 adding tag_name to outputs #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

takilara
Copy link

ref #124
Changes:

  • added tag_name to outputs
  • added secondary test for a different version
  • Updated README.md to include the output

@takilara
Copy link
Author

Note! This feature might not be needed for the general public, as it can be solved by using set-output, e.g.
run: echo ::set-output name=version::${GITHUB_REF#refs/*/}

I am leaving the pull request here for now in case this is a relevant request. Close it if not desired.

@Pierstoval
Copy link

I feel like it's way more convenient to use this PR if you just want the tag v0.1.0 instead of having to execute this echo ::set-output ... command by youself.

I was about to create PR for this feature to simplify using the tag 😉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants