Skip to content

Commit

Permalink
housekeeping: Add release file
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Nov 26, 2021
1 parent 2c87ec4 commit 6550440
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,22 @@
name: Release

on:
push:
branches: [ main ]

env:
productNamespacePrefix: "Akavache"

jobs:
release:
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
with:
configuration: Release
productNamespacePrefix: "Akavache"
useVisualStudioPreview: false
useMauiCheckDotNetTool: false
secrets:
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit 6550440

Please sign in to comment.