Skip to content

PowerArubaCX 0.6.0

PowerArubaCX 0.6.0 #4

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 ./PowerArubaCX -NuGetApiKey ${{ secrets.PSGALLERY_API_KEY }}"