Skip to content

Commit be83c85

Browse files
author
Robin Stolpe
committed
fixed github actions
1 parent 483c140 commit be83c85

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
name: Publish
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v1
1313
- name: Publish
1414
env:
15-
NUGET_KEY: ${{ secrets.PSGALLERY }}
15+
PSGALLERY: ${{ secrets.PSGALLERY }}
1616
run: .\publish.ps1
1717
shell: pwsh

publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
$ModulePath = "$PSScriptRoot\publish.ps1"
1+
$ModulePath = "$PSScriptRoot\MaintainModule"
22
Publish-Module -Path $ModulePath -NuGetApiKey $Env:PSGALLERY

0 commit comments

Comments
 (0)