Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey authored Feb 2, 2024
1 parent 9023e85 commit a49a689
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ jobs:
with:
script: |
Install-Module ModuleBuilder -Force
Build-Module
- name: Update Metadata
uses: natescherer/update-powershell-metadata-action@v2
with:
path: .\Output\DNSHealth
version: ${{ github.ref_name }}
Build-Module -SemVer ${{ github.ref_name }}
- name: Publish PowerShell Module
uses: pcgeek86/publish-powershell-module-action@v20
Expand Down

0 comments on commit a49a689

Please sign in to comment.