Skip to content

Merge branch 'main' of https://github.com/ocomes/powershell_utilies #11

Merge branch 'main' of https://github.com/ocomes/powershell_utilies

Merge branch 'main' of https://github.com/ocomes/powershell_utilies #11

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'