Skip to content

chore: build

chore: build #385

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
env:
productNamespacePrefix: "Splat"
jobs:
release:
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
with:
productNamespacePrefix: "Splat"
secrets:
SIGN_ACCOUNT_NAME: ${{ secrets.SIGN_ACCOUNT_NAME }}
SIGN_PROFILE_NAME: ${{ secrets.SIGN_PROFILE_NAME }}
AZURE_CRED: ${{ secrets.AZURE_CRED }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}