Skip to content

chore(main): release 4.0.0 (#15) #37

chore(main): release 4.0.0 (#15)

chore(main): release 4.0.0 (#15) #37

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-dotnet@v5
with:
dotnet-version: |
10.x
- name: Build
run: dotnet build --configuration Release