Skip to content

Commit

Permalink
adjust publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Galczynski committed Feb 22, 2023
1 parent ac8a1de commit 8e9135a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: dotnet build -c Release
- name: Pack nugets
working-directory: ./Forte.React.AspNetCore
run: dotnet pack -c Release --no-build --output .
run: dotnet pack -c Release --no-build --output . --version-suffix "alpha"
- name: Push to NuGet
working-directory: ./Forte.React.AspNetCore
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json

0 comments on commit 8e9135a

Please sign in to comment.