mirror of
https://github.com/ditkrg/asp.netcore-authentication.git
synced 2026-01-22 19:16:49 +00:00
Fixed typo
This commit is contained in:
parent
b472a46d7d
commit
75f0d765d1
2
.github/workflows/deploy-nuget.yaml
vendored
2
.github/workflows/deploy-nuget.yaml
vendored
@ -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: |-
|
||||
|
||||
Loading…
Reference in New Issue
Block a user