Skip to content

Commit

Permalink
Merge pull request #34 from JohnDuprey/JohnDuprey-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
JohnDuprey committed Feb 14, 2024
2 parents 0374ffd + 384d025 commit bd4c313
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\DuoSecurity
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 bd4c313

Please sign in to comment.