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 was 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);