Skip to content

Commit 599de5a

Browse files
Merge pull request #36 from leojonathanoh/enhancement/ci-bump-psmodulepublisher-to-v0.11.0
Enhancement (ci): Bump PSModulePublisher to v0.11.0
2 parents 0fae2d7 + ff03f6b commit 599de5a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,13 @@ jobs:
216216
- name: Ignore git permissions
217217
run: |
218218
git config --global --add safe.directory "$( pwd )"
219+
- name: Set MODULE_VERSION
220+
run: |
221+
echo "MODULE_VERSION=$( echo "$GITHUB_REF_NAME" | sed 's/v//g' )" >> $GITHUB_ENV
219222
- name: Publish
220223
shell: pwsh
221224
env:
225+
MODULE_VERSION: ${{ env.MODULE_VERSION }}
222226
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
223227
run: |
224228
$ErrorActionPreference = 'Stop'

build/PSModulePublisher

Submodule PSModulePublisher updated 43 files

0 commit comments

Comments
 (0)