Skip to content

Commit b436488

Browse files
authored
Merge pull request #18 from metaone01/develop
FIX API KEY.
2 parents 0931857 + 3ada882 commit b436488

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_to_github_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet build ./src/RelativeControl.Avalonia/RelativeControl.Avalonia.csproj --configuration Release
2525
# 发布到 GitHub Packages
2626
- name: Publish Packages to GitHub Packages
27-
run: dotnet nuget push "./src/RelativeControl.Avalonia/bin/Release/*.nupkg" --source https://nuget.pkg.github.com/metaone01/index.json --api-key ${{ secrets.NUGET_API_KEY }}
27+
run: dotnet nuget push "./src/RelativeControl.Avalonia/bin/Release/*.nupkg" --source https://nuget.pkg.github.com/metaone01/index.json --api-key ${{ secrets.PACKAGE_API_KEY }}
2828
- name: Publish Package Symbols to GitHub Packages
29-
run: dotnet nuget push "./src/RelativeControl.Avalonia/bin/Release/*.snupkg" --source https://nuget.pkg.github.com/metaone01/index.json --api-key ${{ secrets.NUGET_API_KEY }}
29+
run: dotnet nuget push "./src/RelativeControl.Avalonia/bin/Release/*.snupkg" --source https://nuget.pkg.github.com/metaone01/index.json --api-key ${{ secrets.PACKAGE_API_KEY }}
3030

0 commit comments

Comments
 (0)