mirror of
https://github.com/ditkrg/asp.netcore-authentication.git
synced 2026-01-22 20:16:45 +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
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Create Pack
|
- 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
|
- name: Publish to Nuget
|
||||||
run: |-
|
run: |-
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user