Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Nov 22, 2023
1 parent bb4da7b commit d6f24cc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,3 @@ jobs:
with:
args: |
output/binaries-*/*.zip
publish_kiota_dev:
name: Publish kiota.dev
environment:
name: kiota.dev
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
- name: Restore workloads
run: |
dotnet workload restore
dotnet workload install wasm-tools
- name: Publish kiota.dev
run: dotnet publish -c Release
working-directory: ./src/Kiota.Web

0 comments on commit d6f24cc

Please sign in to comment.