microsoft-authentication-cli icon indicating copy to clipboard operation
microsoft-authentication-cli copied to clipboard

Simplify release workflow version usage with env var

Open kyle-rader opened this issue 3 years ago • 0 comments

Environment Variables can be declared at the workflow, job, or step level.

The release.yml workflow makes use of the ${{ github.event.inputs.version }} in many places and this can be shortened a little by defining that as an env var on the whole workflow.

kyle-rader avatar May 27 '22 21:05 kyle-rader