Skip to content

Commit

Permalink
Update nuget and dotnet version in yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
isadorasophia committed Oct 5, 2023
1 parent 8172fdb commit 82d67a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron_pre_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Install dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.202
dotnet-version: 8.0.100-rc.1.23463.5

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v1.0.6

- name: Pack and push
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.202
dotnet-version: 8.0.100-rc.1.23463.5

- name: Build
shell: bash
Expand Down Expand Up @@ -67,10 +67,10 @@ jobs:
- name: Install dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.202
dotnet-version: 8.0.100-rc.1.23463.5

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v1.0.6

- name: Pack and push
run: |
Expand Down

0 comments on commit 82d67a3

Please # to comment.