Skip to content

PowerArubaCP 0.7.0

PowerArubaCP 0.7.0 #7

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish
run: |
pwsh -Command "Publish-Module -Path ./PowerArubaCP -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }}"