Skip to content

Commit

Permalink
Automatic releases versions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jun 15, 2024
1 parent 80fc314 commit a617d30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,7 +14,7 @@ on:
#workflow_dispatch:
push:
tags:
- "fv*"
- "v*-f"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
#workflow_dispatch:
push:
tags:
- "mv*"
- "v*-m"

jobs:
build:
Expand Down

0 comments on commit a617d30

Please sign in to comment.