Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Dec 8, 2022
1 parent 5f23407 commit 93adc50
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 93adc50

Please sign in to comment.