Skip to content

Commit 6897a84

Browse files
authored
housekeeping: Add contents of script
1 parent feed348 commit 6897a84

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1+
name: Release
12

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

Comments
 (0)