Skip to content

Update ci to test reusable workflow #152

Update ci to test reusable workflow

Update ci to test reusable workflow #152

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
multi:
uses: xoofx/.github/.github/workflows/dotnet-multi.yml@main

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 14, Col: 11): Error from called workflow xoofx/.github/.github/workflows/dotnet-multi.yml@main (Line: 66, Col: 9): Unexpected symbol: '=~'. Located at position 45 within expression: github.ref_type == 'tag' && github.ref_name =~ ^[0-9]+\.[0-9]+\.[0-9]+$
with:
dotnet-version: '6.0 8.0'
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}