Skip to content

Commit

Permalink
2.0.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
adospace committed Nov 16, 2023
1 parent 134845c commit f3aefe7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
Solution_Name: ./src/MauiReactor.Build.sln
TemokatePack_Name: ./src/MauiReactor.TemplatePack/MauiReactor.TemplatePack.csproj
Version: 2.0.2-beta
Version: 2.0.3-beta

steps:
- name: Checkout
Expand All @@ -39,13 +39,8 @@ jobs:

- name: Build the MauiReactor.TemplatePack package
run: dotnet pack --no-build $env:TemokatePack_Name -c Release /p:PackageVersion=$env:Version

- name: Remove the MauiReactor.TemplatePack local temp package
uses: JesseTG/[email protected]
with:
path: ./src/MauiReactor.TemplatePack/bin/Release/Reactor.Maui.TemplatePack.0.0.1-local.nupkg

- name: Push Package to NuGet.org
run: dotnet nuget push **/*.nupkg -k ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push **/*.nupkg -k ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate


0 comments on commit f3aefe7

Please sign in to comment.