Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 15:43
chore(actions): fix tag extraction bug in Actions

`context.ref.replace(/^refs\/tags\//, '')` will output like "v0.3.0", but we need v0.3.0.

Use github.ref_name instead.