Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: ci

Check failure on line 1 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

(Line: 21, Col: 15): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
push:
paths-ignore:
- 'changelog.md'
- 'README.md'
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
submodules: true
fetch-depth: 0
- name: Install .NET 9.0
- uses: actions/setup-dotnet@v5
with:
global-json-file: global.json
- name: Build, Test, Pack, Publish
shell: bash
run: |
dotnet tool restore
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" --github-token-extra "${{secrets.TOKEN_GITHUB}}" dotnet-releaser.toml