Skip to content

Commit adeb290

Browse files
committed
Package config
1 parent 3e52103 commit adeb290

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Pack prerelease with build number
2222
if: "github.event.release.prerelease"
2323
run: |
24-
dotnet pack src/Devlord.Utilities/Devlord.Utilities.csproj --configuration Release --output ./nupkg \
24+
dotnet pack --configuration Release --output ./nupkg \
2525
-p:VersionSuffix="preview.${{ github.run_number }}"
2626
- name: Pack release
2727
if: "!github.event.release.prerelease"
2828
run: dotnet pack src/Devlord.Utilities/Devlord.Utilities.csproj --configuration Release --output ./nupkg
29-
- name: Publish the package to NuGet
29+
- name: Publish packages to NuGet
3030
run: dotnet nuget push "./nupkg/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)