Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Publish Universal.Notifications #10

Publish Universal.Notifications

Publish Universal.Notifications #10

name: Publish Universal.Notifications
on: [workflow_dispatch]
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Publish
run: |
Install-Module PSHtml -Force
Install-Module PSTeams -Force
Publish-Module -Path .\Notifications\Universal.Notifications -NuGetApiKey $ENV:NUGETAPIKEY -Repository PSGallery -Verbose
shell: pwsh
env:
NUGETAPIKEY: ${{ secrets.PSGALLERYKEY }}