Skip to content

Commit

Permalink
Publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rrg92 committed Jun 21, 2024
1 parent 1d77878 commit 9a9a4c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Publicar
on: push
on: *

jobs:
PsGallery:
name: PsGallery
runs-on: ubuntu-latest
steps:
- name: Publish
run: ls
- name: Publish
shell: pwsh
run: ./publish.ps1
run: ./publish.ps1

0 comments on commit 9a9a4c5

Please sign in to comment.