Skip to content

Commit 96ebc95

Browse files
committed
ci: Rename build.yml
Rename publish.yml to build.yml and remove the deployment step from the workflow
1 parent eede153 commit 96ebc95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
name: Publish to Powershell gallery
1+
name: Build
2+
23
on: push
4+
35
env:
46
MODULE_PATH: .\src\PesterExtensions
57
MODULE_MANIFEST_PATH: .\src\PesterExtensions\PesterExtensions.psd1
@@ -19,5 +21,3 @@ jobs:
1921
run: .\setup.ps1 -Revision ${{ github.run_number }}
2022
- name: Run tests
2123
run: .\tests.ps1 -RunNumber ${{ github.run_number }}
22-
- name: Upload PowerShell module
23-
run: Publish-Module -Path ${{ env.MODULE_PATH }} -NuGetApiKey ${{ secrets.POWERSHELL_GALLERY_KEY }}

0 commit comments

Comments
 (0)