Fixed typo

This commit is contained in:
Shkar T. Noori 2023-03-06 13:27:41 +03:00
parent b472a46d7d
commit 75f0d765d1
No known key found for this signature in database
GPG Key ID: E7AD76088FB6FE02

View File

@ -34,7 +34,7 @@ jobs:
run: dotnet restore
- name: Create Pack
run: dotnet pack --no-restore --property:PackageOutputPath= ${{ runner.temp }}/packages --property:PackageVersion=${{ github.ref_name }}
run: dotnet pack --no-restore --property:PackageOutputPath=${{ runner.temp }}/packages --property:PackageVersion=${{ github.ref_name }}
- name: Publish to Nuget
run: |-