Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDrrae committed Mar 22, 2024
1 parent 1b4e2a5 commit 8db82bc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish to PowerShell Gallery

on:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Publish PowerShell
uses: natescherer/publish-powershell-action@v1.0.3
with:
token: ${{ secrets.GALLERY_API_KEY }}
target: gallery
path: src

0 comments on commit 8db82bc

Please sign in to comment.