Skip to content

Commit

Permalink
Use new PSModule pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 14, 2023
1 parent 1c71eaf commit 17dfdd2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 33 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Process-PSModule

on:
push:
branches:
- '*'
workflow_dispatch:

jobs:
Process-PSModule:
name: Process-PSModule
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Initialize-PSModule
uses: PSModule/Initialize-PSModule@main
with:
Verbose: true

- name: Build-PSModule
uses: PSModule/Build-PSModule@main
with:
Verbose: true

- name: Test-PSModule
uses: PSModule/Test-PSModule@main
with:
Verbose: true

- name: Release-PSModule
uses: PSModule/Release-PSModule@main
with:
APIKey: ${{ secrets.APIKEY }}
Verbose: true
env:
GH_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication
33 changes: 0 additions & 33 deletions .github/workflows/Publish.PublicIP.yml

This file was deleted.

0 comments on commit 17dfdd2

Please sign in to comment.