Skip to content

Commit

Permalink
ci: fix release workflow (#133)
Browse files Browse the repository at this point in the history
* Bump DOTNET_VERSION in release.yml

* temp: add push to workflow trigger

* Bump checkout version

* Revert temp workflow trigger

* uncomment publish step
  • Loading branch information
matthewelwell authored Jan 15, 2025
1 parent 8f41ebb commit 631c70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
NuGetDirectory: ${{ github.workspace }}/nuget
DOTNET_VERSION: 7.0.x
DOTNET_VERSION: 8.0.x

defaults:
run:
Expand All @@ -19,7 +19,7 @@ jobs:
create_nuget:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 631c70d

Please sign in to comment.