Skip to content

Commit

Permalink
Uptime release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique committed Nov 22, 2023
1 parent b2523d8 commit 7acdd93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- name: Pack full with dotnet
run: dotnet pack Templates/Full --output nuget-packages-full --configuration Release -p:PackageVersion=${{ env.TAGVERSION }}
- name: Push full with dotnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- name: Pack library with dotnet
run: dotnet pack Templates/Library --output nuget-packages-library --configuration Release -p:PackageVersion=${{ env.TAGVERSION }}
- name: Push library with dotnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- name: Pack simple with dotnet
run: dotnet pack Templates/Simple --output nuget-packages-simple --configuration Release -p:PackageVersion=${{ env.TAGVERSION }}
- name: Push simple with dotnet
Expand Down

0 comments on commit 7acdd93

Please sign in to comment.