Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
Add Publish PowerShell Module action
  • Loading branch information
Akaizoku authored Sep 21, 2021
1 parent 4dad05b commit d1cad27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Publish PowerShell Module
# You may pin to the exact commit or the version.
uses: pcgeek86/publish-powershell-module-action@v20
with:
# The NuGet API Key for PowerShell Gallery, with permission to push this module.
NuGetApiKey: ${{ secrets.PS_GALLERY_KEY }}

0 comments on commit d1cad27

Please sign in to comment.