Skip to content

Commit cdd3926

Browse files
committed
Add release workflow using actions-common reusable workflow
1 parent 338eeae commit cdd3926

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Release
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
contents: write
8+
9+
jobs:
10+
release:
11+
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
12+
with:
13+
solutionFile: ReactiveUI.Binding.SourceGenerators.slnx
14+
installWorkloads: true
15+
secrets:
16+
ES_USERNAME: ${{ secrets.ES_USERNAME }}
17+
ES_PASSWORD: ${{ secrets.ES_PASSWORD }}
18+
CREDENTIAL_ID: ${{ secrets.CREDENTIAL_ID }}
19+
ES_TOTP_SECRET: ${{ secrets.ES_TOTP_SECRET }}
20+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)