Skip to content

chore(deps): update dependency nerdbank.gitversioning to 3.6.143 (#339) #67

chore(deps): update dependency nerdbank.gitversioning to 3.6.143 (#339)

chore(deps): update dependency nerdbank.gitversioning to 3.6.143 (#339) #67

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

Check failure on line 21 in .github/workflows/ci-buildAndRelease.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/ci-buildAndRelease.yml (Line: 21, Col: 20): Invalid input, dotNetBuild is not defined in the referenced workflow. .github/workflows/ci-buildAndRelease.yml (Line: 23, Col: 31): Invalid input, useMauiCheckDotNetTool is not defined in the referenced workflow.
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
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 }}