Skip to content

Commit

Permalink
Working on CI/CD process
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Feb 5, 2024
1 parent 02c5508 commit ec0830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
PS_GALLERY_API_KEY: ${{ secrets.PS_GALLERY_API_KEY }}
shell: pwsh
run: |
Publish-Module -Path "\dist" -NuGetApiKey $env:PS_GALLERY_API_KEY
Publish-Module -Path ./dist -NuGetApiKey $env:PS_GALLERY_API_KEY

0 comments on commit ec0830c

Please sign in to comment.