From 384d0257f4f1121ba42d942bed7614cb9786330e Mon Sep 17 00:00:00 2001 From: John Duprey Date: Wed, 14 Feb 2024 10:31:50 -0500 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9edae8d..f52bd08 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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