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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*.*.*"
|
||||||
env:
|
env:
|
||||||
BIN_NAME: typos
|
BIN_NAME: typos
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue