Skip to content

Commit

Permalink
Merge pull request #14 from JohnDuprey/JohnDuprey-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
JohnDuprey authored Feb 2, 2024
2 parents 9023e85 + a49a689 commit a3bd9da
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 a3bd9da

Please sign in to comment.