From 523a197c282545ace20b6a2b8be113829dca81f1 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 4 Nov 2022 09:56:49 -0500 Subject: [PATCH] fix(action): Harden releasing of action --- .github/workflows/post-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index a91839c..4300607 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -17,7 +17,7 @@ name: post-release on: push: tags: - - "v*" + - "v*.*.*" env: BIN_NAME: typos jobs: