Skip to content

build(deps): bump System.Reactive from 5.0.0 to 6.0.0 in /src (#844) #66

build(deps): bump System.Reactive from 5.0.0 to 6.0.0 in /src (#844)

build(deps): bump System.Reactive from 5.0.0 to 6.0.0 in /src (#844) #66

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
env:
productNamespacePrefix: "Akavache"
jobs:
release:
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
with:
configuration: Release
productNamespacePrefix: "Akavache"
useVisualStudioPreview: true
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 }}