Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodotec committed Jun 24, 2024
1 parent d34c382 commit 9ffca70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
dotnet-version: '8.x'

- name: Download the latest Microsoft Edge WebDriver version, build, and publish NuGet package
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
shell: pwsh
run: |
# Determine which version to download based on user input
Expand Down Expand Up @@ -55,4 +53,4 @@ jobs:
}
# Run dotnet nuget push
Write-Host "dotnet nuget push .\dist\Selenium.WebDriver.MSEdgeDriver.$latestVersion$nugetPackageSuffix.nupkg --source nuget.org --api-key %%NUGET_API_KEY%%"
dotnet nuget push .\dist\Selenium.WebDriver.MSEdgeDriver.$latestVersion$nugetPackageSuffix.nupkg --source nuget.org --api-key $NUGET_API_KEY
dotnet nuget push .\dist\Selenium.WebDriver.MSEdgeDriver.$latestVersion$nugetPackageSuffix.nupkg --source nuget.org --api-key ${{ secrets.NUGET_API_KEY }}

0 comments on commit 9ffca70

Please sign in to comment.