Skip to content

Commit cf28a81

Browse files
committed
should check cli flags properly
1 parent 2042c2b commit cf28a81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: Push NuGet Package
7373
if: steps.check-issue.outputs.exists == 'true'
7474
run: |
75-
dotnet nuget push FSharp.CosmosDb.${{ env.package_version }}.nupkg --key ${{ secrets.NUGET_KEY }}
76-
dotnet nuget push FSharp.CosmosDb.Analyzer.${{ env.package_version }}.nupkg --key ${{ secrets.NUGET_KEY }}
75+
dotnet nuget push FSharp.CosmosDb.${{ env.package_version }}.nupkg --api-key ${{ secrets.NUGET_KEY }}
76+
dotnet nuget push FSharp.CosmosDb.Analyzer.${{ env.package_version }}.nupkg --api-key ${{ secrets.NUGET_KEY }}
7777
7878
- name: Get Action sha
7979
if: steps.check-issue.outputs.exists == 'true'

0 commit comments

Comments
 (0)