Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymeric Mouillé committed Dec 22, 2024
2 parents 60e8db6 + dbba285 commit 6ad3a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishNugetPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
$moduleContent = $moduleContent.Replace($currentVersion.ToString(), $newVersion.ToString());
$moduleContent | Set-Content $modulePath;
#$moduleContent | Set-Content $modulePath;
- name: Publish to PSGallery
shell: pwsh
Expand Down

0 comments on commit 6ad3a56

Please sign in to comment.