We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7cda0 commit 68d3282Copy full SHA for 68d3282
.github/workflows/release.yml
@@ -66,7 +66,6 @@ jobs:
66
- name: Release on Powershell Gallery
67
shell: pwsh
68
run: |
69
- Update-ModuleManifest -Path ./BioNameGenerator/BioNameGenerator.psd1 -ReleaseNotes "${{ steps.modified.outputs.modified }}"
70
Update-ModuleManifest -Path ./BioNameGenerator/BioNameGenerator.psd1 -ModuleVersion ${{github.ref_name}}
71
Publish-Module -Path ./BioNameGenerator -NuGetApiKey ${{ secrets.PSGALLERY_KEY }}
72
0 commit comments