Skip to content

Commit f25340e

Browse files
authored
Create Publish.yml
1 parent 7322722 commit f25340e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/Publish.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Publish
2+
on:
3+
release:
4+
types: [published]
5+
jobs:
6+
psgallery_publish:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: checkout
10+
uses: actions/checkout@v3
11+
12+
- name: Publishing
13+
run: |
14+
Publish-Module -Path 'CitrixOptimizerAutomation' -NuGetApiKey ${{ secrets.PSGALLERY }}
15+
shell: pwsh

0 commit comments

Comments
 (0)