We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feed348 commit 6897a84Copy full SHA for 6897a84
.github/workflows/release.yml
@@ -1 +1,19 @@
1
+name: Release
2
3
+on:
4
+ push:
5
+ branches: [ main ]
6
+
7
+jobs:
8
+ release:
9
+ uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
10
+ with:
11
+ configuration: Release
12
+ productNamespacePrefix: "Fusillade"
13
+ useVisualStudioPreview: false
14
+ useMauiCheckDotNetTool: false
15
+ secrets:
16
+ SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
17
+ SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
18
+ SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
19
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments