From a617d309fed26068cff3dd7b7c9329c97556b624 Mon Sep 17 00:00:00 2001 From: Pavel Zhur Date: Sat, 15 Jun 2024 03:04:00 +0300 Subject: [PATCH] Automatic releases versions fixed --- .github/workflows/frontend.yml | 4 ++-- .github/workflows/microservices.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 253a8f03..825e57e2 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -1,7 +1,7 @@ # This workflow will build a .NET project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net -name: .NET frontend publish +name: frontend permissions: contents: write @@ -14,7 +14,7 @@ on: #workflow_dispatch: push: tags: - - "fv*" + - "v*-f" jobs: build: diff --git a/.github/workflows/microservices.yml b/.github/workflows/microservices.yml index d3aa1792..1394c529 100644 --- a/.github/workflows/microservices.yml +++ b/.github/workflows/microservices.yml @@ -14,7 +14,7 @@ on: #workflow_dispatch: push: tags: - - "mv*" + - "v*-m" jobs: build: