Skip to content

Update README.md

Update README.md #12

Workflow file for this run

on:
push:
branches:
- 'main'
jobs:
Publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: aammirmirza/Publish2PSGallery@PSGallery_v2
with:
NuGetApiKey: ${{secrets.NUGETAPIKEY}}
modulePath: './powershell_utilities'