mirror of
https://github.com/lptstr/winfetch.git
synced 2026-08-24 02:34:16 -05:00
Add publishing workflow
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user