Skip to content

Upgrade to .NET 8 and Fable 4 #44

Upgrade to .NET 8 and Fable 4

Upgrade to .NET 8 and Fable 4 #44

Workflow file for this run

name: Nuget-Publish
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 8.0.101
- name: Restore tools
run: dotnet tool restore
- name: Restore dependencies
run: dotnet restore
working-directory: ./fable/Feliz.ReactSelect
- name: Build
run: dotnet build --configuration Release --no-restore
working-directory: ./fable/Feliz.ReactSelect
- name: Publish
uses: brandedoutcast/[email protected]
with:
PROJECT_FILE_PATH: fable/Feliz.ReactSelect/Feliz.ReactSelect.fsproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}