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
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
I want to use the tag_name (short form, as in create_release.js - const tag = tagName.replace('refs/tags/', ''); in downstream steps in the workflow. e.g. to brand version into source files before building artifacts for actions/upload-release-asset
I would think this can be done by setting core.setOutput('tag_name', tag);
The text was updated successfully, but these errors were encountered:
takilara
pushed a commit
to takilara/create-release
that referenced
this issue
Feb 15, 2021
I want to use the tag_name (short form, as in create_release.js - const tag = tagName.replace('refs/tags/', ''); in downstream steps in the workflow. e.g. to brand version into source files before building artifacts for actions/upload-release-asset
I would think this can be done by setting core.setOutput('tag_name', tag);
The text was updated successfully, but these errors were encountered: