Skip to content

Commit

Permalink
Edit the publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmiiz committed Nov 15, 2023
1 parent b693a0c commit 6cfa3e2
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish
env:
APIKEY: ${{ secrets.APIKEY }}
run: .\publish.ps1
shell: pwsh
- name: Check out repo
uses: actions/checkout@v1
- name: Pester unit tests
shell: pwsh
run: |
Invoke-Pester
- name: Publish
env:
APIKEY: ${{ secrets.APIKEY }}
run: .\publish.ps1
shell: pwsh

0 comments on commit 6cfa3e2

Please sign in to comment.