Skip to content
Discussion options

You must be logged in to vote

$GITHUB_SHA is shell syntax, but the tags argument isn’t a shell. Pretty much the only place in an Actions workflow where you have a shell are run steps.

You need to use Actions syntax here. I think ${{ github.sha }} is what you want, see github context.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@airtower-luna
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants