Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
woksin committed Jan 20, 2021
1 parent 148f275 commit 2fa3128
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
with:
version: ${{ needs.context.outputs.version }}
release-type: ${{ needs.context.outputs.release-type }}

- name: Create GitHub Release
uses: dolittle/github-release-action@v2
with:
Expand All @@ -80,6 +79,5 @@ jobs:
dotnet-version: '3.1.x'
- name: Create packages
run: dotnet pack --configuration Release -o ${{ env.NUGET_OUTPUT }} /p:PackageVersion=${{ needs.create-release.outputs.version }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg

- name: Push NuGet packages
run: dotnet nuget push --skip-duplicate '${{ env.NUGET_OUTPUT }}/*.nupkg' --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 2fa3128

Please sign in to comment.