From 1e7b5b36116b2cd92aeb570bec8df45df059f5b7 Mon Sep 17 00:00:00 2001 From: Cj-bc Date: Thu, 19 Aug 2021 18:29:59 +0900 Subject: [PATCH] Change: actions> version tag format to fit cabal project --- .github/workflows/build_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yaml b/.github/workflows/build_release.yaml index 285ef60..e74d2e0 100644 --- a/.github/workflows/build_release.yaml +++ b/.github/workflows/build_release.yaml @@ -2,7 +2,7 @@ on: push: tags: - - "v*" + - "*.*.0.0" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: