Skip to content

Commit

Permalink
Missprint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrov-ua committed Nov 7, 2021
1 parent a8b14cf commit daf2427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore
- name: Pack
run: dotnet pack ./PolymorphicTypePropertyGenerator/PolymorphicTypePropertyGenerator.csproj -c Release -p:Version=${{ github.event.release.tag_name }} -o ./out
- name: Publish
run: dotnet nuget push ./out/PolymorphicTypePropertyGenerator*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json


0 comments on commit daf2427

Please sign in to comment.