Skip to content

Commit

Permalink
Update gh-pages.yml to use .NET SDK 8 RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto authored Nov 16, 2023
1 parent 172bcce commit 3d37ef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-quality: 'preview'

- name: Install .NET WebAssembly Tools
run: dotnet workload install wasm-tools
Expand All @@ -32,4 +31,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: public/wwwroot
force_orphan: true
force_orphan: true

0 comments on commit 3d37ef7

Please sign in to comment.