Skip to content

Commit ec4ccd9

Browse files
Merge pull request #79 from leojonathanoh/refactor/ci-rearrange-variables-in-publish-to-psgallery-job
Refactor (ci): Rearrange variables in `publish-to-psgallery` job
2 parents 181acd1 + 57d998e commit ec4ccd9

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)