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 338eeae commit cdd3926Copy full SHA for cdd3926
1 file changed
.github/workflows/release.yml
@@ -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