-
-
Notifications
You must be signed in to change notification settings - Fork 6
23 lines (20 loc) · 676 Bytes
/
release.yml
File metadata and controls
23 lines (20 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: Release
on:
push:
branches: [ main ]
env:
productNamespacePrefix: "SourceGenerators"
jobs:
release:
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
with:
configuration: Release
productNamespacePrefix: "SourceGenerators"
installWorkflows: true
secrets:
SIGN_ACCOUNT_NAME: ${{ secrets.SIGN_ACCOUNT_NAME }}
SIGN_PROFILE_NAME: ${{ secrets.SIGN_PROFILE_NAME }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}