Skip to content

Commit

Permalink
Merge pull request #22 from RayTale/develop
Browse files Browse the repository at this point in the history
Update prerelease-nuget.yml
  • Loading branch information
u-less authored Nov 17, 2020
2 parents 2f19076 + 80ebb05 commit 4af43d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: dotnet build --configuration Release --no-restore

- name: Pack the NuGets
run: dotnet pack --configuration Release --no-build -o . nupkgs -p:PackageVersion=$NBGV_NuGetPackageVersion
run: dotnet pack --configuration Release --no-build -o . -p:PackageVersion=$NBGV_NuGetPackageVersion

- name: Publish NuGet
run: |
Expand Down

0 comments on commit 4af43d7

Please sign in to comment.