Skip to content

Commit

Permalink
Merge pull request #10 from johnduprey/dev
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
JohnDuprey authored Dec 8, 2022
2 parents 8d66c8e + 93adc50 commit a2827fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: natescherer/update-powershell-metadata-action@v2
with:
path: .\Output\DuoSecurity
version: ${{ env.GITHUB_REF_NAME }}
version: ${{ github.ref_name }}

- name: Publish PowerShell Module
uses: pcgeek86/publish-powershell-module-action@v20
Expand Down

0 comments on commit a2827fb

Please sign in to comment.