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: on:
push: push:
tags: tags:
- "v*" - "v*.*.*"
env: env:
BIN_NAME: typos BIN_NAME: typos
jobs: jobs: