ci: fix secret name
This commit is contained in:
parent
a5fa15720a
commit
cb22e9bcd9
4
.github/workflows/on-push.yml
vendored
4
.github/workflows/on-push.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
owner: data443
|
owner: data443
|
||||||
name: Data443
|
name: Data443
|
||||||
token: ${{secrets.PACKAGE_TOKEN}}
|
token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
- name: Set up GitVersion
|
- name: Set up GitVersion
|
||||||
uses: gittools/actions/gitversion/setup@v0.9.15
|
uses: gittools/actions/gitversion/setup@v0.9.15
|
||||||
@ -62,5 +62,5 @@ jobs:
|
|||||||
|
|
||||||
- run: dotnet build --configuration Release
|
- run: dotnet build --configuration Release
|
||||||
- run: dotnet pack ./meilisearch.NET/meilisearch.NET.csproj --output nuget-packages --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
|
- run: dotnet pack ./meilisearch.NET/meilisearch.NET.csproj --output nuget-packages --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
|
||||||
- run: dotnet nuget push **/*.nupkg --skip-duplicate -s "https://nuget.pkg.github.com/D4M13N-D3V/index.json" --api-key ${{secrets.PACKAGE_TOKEN}}
|
- run: dotnet nuget push **/*.nupkg --skip-duplicate -s "https://nuget.pkg.github.com/D4M13N-D3V/index.json" --api-key ${{secrets.GITHUB_TOKEN}}
|
||||||
- run: dotnet nuget remove source Data443
|
- run: dotnet nuget remove source Data443
|
||||||
|
Loading…
x
Reference in New Issue
Block a user