Skip to content

chore(deps): update dependency verify.xunit to 26.4.4 (#3904) #423

chore(deps): update dependency verify.xunit to 26.4.4 (#3904)

chore(deps): update dependency verify.xunit to 26.4.4 (#3904) #423

Workflow file for this run

name: Release
on:
push:
branches:
- main
- patches/*
env:
productNamespacePrefix: "ReactiveUI"
jobs:
release:
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
with:
configuration: Release
productNamespacePrefix: "ReactiveUI"
dotNetBuild: true

Check failure on line 18 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 18, Col: 20): Invalid input, dotNetBuild is not defined in the referenced workflow. .github/workflows/release.yml (Line: 20, Col: 31): Invalid input, useMauiCheckDotNetTool is not defined in the referenced workflow.
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
solutionFile: "reactiveui.sln"
secrets:
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}