Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotVU authored Apr 2, 2024
1 parent f97401b commit 119fcb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Build .NET Framework and Publish to NuGet
on:
workflow_dispatch:
push:
tags:
- 'release-*'
- 'hotfix-*'
tags:
- '^[0-9]+\.[0-9]+\.[0-9]+$'

jobs:
build:
Expand All @@ -24,7 +23,7 @@ jobs:
run: nuget restore src/Eliot.UELib.csproj

- name: Build
run: msbuild src/Eliot.UELib.csproj -t:rebuild -property:Configuration=Publish
run: msbuild src/Eliot.UELib.csproj -t:rebuild -property:Configuration=Remease

- name: Publish Eliot.UELib
uses: alirezanet/[email protected]
Expand Down

0 comments on commit 119fcb4

Please sign in to comment.