Skip to content

Commit

Permalink
Simplify release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwaldron committed Jan 3, 2024
1 parent a95edc6 commit 409e065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-app-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish App Library NuGet Package

on:
push:
tags: [al/v*]
tags: [l/v*]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-file-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish File Service NuGet Package

on:
push:
tags: [fs/v*]
tags: [f/v*]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-guard-clauses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish Guard Clauses NuGet Package

on:
push:
tags: [gc/v*]
tags: [g/v*]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 409e065

Please sign in to comment.