Skip to content

Commit 65bd487

Browse files
authored
Update github-actions.yml (#593)
1 parent c1567d2 commit 65bd487

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
solution: ${{ github.workspace }}/Ocaramba.sln
2020
buildPlatform: Any CPU
2121
buildConfiguration: Release
22-
frameworkVersion: 4.2.4
22+
frameworkVersion: 4.2.5
2323
TestResultsDirWindows: D:\a\Ocaramba\Ocaramba\TestResults
2424
ChromeDriverVersion: 137.0.7151.6800
2525
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
@@ -525,3 +525,4 @@ jobs:
525525
- name: Push Nuget Package
526526
run: dotnet nuget push .\OcarambaLite.${{ env.frameworkVersion }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
527527
if: (success() && startsWith(github.ref, 'refs/tags/'))
528+

0 commit comments

Comments
 (0)