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 20f0cf5 commit 750cae1
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build module
shell: pwsh
run: |
. ./_build/build.ps1
- name: Did it build
shell: pwsh
run: |
ls
- name: Deploy to PowerShell Gallery
- name: Build & publish module
shell: pwsh
run: |
. ./_build/build.ps1 `
ls `
Publish-Module -Path /dist -NuGetApiKey $env:PS_GALLERY_API_KEY

0 comments on commit 750cae1

Please sign in to comment.