Skip to content

Commit

Permalink
updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
jformacek committed Feb 4, 2025
1 parent 823fae3 commit 61f9cd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
"Setting up packages"
&"$env:GITHUB_WORKSPACE\Workflow\SetupPackages.ps1" -ModuleName $moduleName -RootPath "$env:GITHUB_WORKSPACE"
- name: test2
shell: pwsh
run: |
dir "$env:GITHUB_WORKSPACE\Module\$env:MODULE_NAME" -recurse
- name: Publish
#Publish to PS Gallery
shell: pwsh
Expand Down

0 comments on commit 61f9cd8

Please sign in to comment.