Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
byCrookie committed Dec 11, 2023
1 parent b2bd4da commit f417edd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Nerdbank.GitVersioning
uses: dotnet/nbgv@master
with:
setCommonVars: true
setAllVars: true

- name: Restore
run: dotnet restore
Expand Down Expand Up @@ -51,9 +54,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'

- name: Nerdbank.GitVersioning
uses: dotnet/nbgv@master

- name: Restore
run: dotnet restore
Expand Down Expand Up @@ -92,9 +92,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'

- name: Nerdbank.GitVersioning
uses: dotnet/nbgv@master

- name: Restore
run: dotnet restore
Expand Down Expand Up @@ -134,9 +131,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'

- name: Nerdbank.GitVersioning
uses: dotnet/nbgv@master

- name: Restore
run: dotnet restore
Expand Down

0 comments on commit f417edd

Please sign in to comment.