fix(action): Harden releasing of action

This commit is contained in:
Ed Page 2022-11-04 09:56:49 -05:00
parent eff3fe8444
commit 523a197c28

View file

@ -17,7 +17,7 @@ name: post-release
on:
push:
tags:
- "v*"
- "v*.*.*"
env:
BIN_NAME: typos
jobs: