chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 (#239) #115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | ||
on: | ||
push: | ||
branches: [ main ] | ||
env: | ||
productNamespacePrefix: "Splat" | ||
jobs: | ||
release: | ||
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main | ||
with: | ||
configuration: Release | ||
productNamespacePrefix: "Splat" | ||
useVisualStudioPreview: false | ||
useMauiCheckDotNetTool: false | ||
Check failure on line 17 in .github/workflows/release.yml GitHub Actions / ReleaseInvalid workflow file
|
||
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 }} |