Skip to content

Commit 57d998e

Browse files
committed
Refactor (ci): Rearrange variables in publish-to-psgallery job
1 parent 181acd1 commit 57d998e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-master-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ jobs:
222222
- name: Publish
223223
shell: pwsh
224224
env:
225-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
226225
MODULE_VERSION: ${{ env.MODULE_VERSION }}
226+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
227227
run: |
228228
$ErrorActionPreference = 'Stop'
229229
Import-Module ./build/PSModulePublisher/src/PSModulePublisher -Force

0 commit comments

Comments
 (0)