Skip to content

Commit

Permalink
Add publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rashil2000 authored Jan 6, 2023
1 parent c0bbc26 commit 30770d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Publish to PSGallery

on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- shell: pwsh
run: Publish-Script -Path winfetch.ps1 -NuGetApiKey ${{ secrets.PSGALLERY_KEY }}

0 comments on commit 30770d1

Please sign in to comment.