Skip to content

Commit 631c70d

Browse files
ci: fix release workflow (#133)
* Bump DOTNET_VERSION in release.yml * temp: add push to workflow trigger * Bump checkout version * Revert temp workflow trigger * uncomment publish step
1 parent 8f41ebb commit 631c70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1010
DOTNET_NOLOGO: true
1111
NuGetDirectory: ${{ github.workspace }}/nuget
12-
DOTNET_VERSION: 7.0.x
12+
DOTNET_VERSION: 8.0.x
1313

1414
defaults:
1515
run:
@@ -19,7 +19,7 @@ jobs:
1919
create_nuget:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)