Skip to content

build(deps): bump dessant/lock-threads from 4 to 5 (#3688) #287

build(deps): bump dessant/lock-threads from 4 to 5 (#3688)

build(deps): bump dessant/lock-threads from 4 to 5 (#3688) #287

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"
useVisualStudioPreview: true
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 }}