mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
fix(action): Harden releasing of action
This commit is contained in:
parent
eff3fe8444
commit
523a197c28
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -17,7 +17,7 @@ name: post-release
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- "v*.*.*"
|
||||
env:
|
||||
BIN_NAME: typos
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue