v0.3.0
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.
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.