Skip to content

Commit 91c810c

Browse files
committed
2 parents 6938174 + f25340e commit 91c810c

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)