Skip to content

Commit 68d3282

Browse files
authored
removing automatic release notes
1 parent ec7cda0 commit 68d3282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
- name: Release on Powershell Gallery
6767
shell: pwsh
6868
run: |
69-
Update-ModuleManifest -Path ./BioNameGenerator/BioNameGenerator.psd1 -ReleaseNotes "${{ steps.modified.outputs.modified }}"
7069
Update-ModuleManifest -Path ./BioNameGenerator/BioNameGenerator.psd1 -ModuleVersion ${{github.ref_name}}
7170
Publish-Module -Path ./BioNameGenerator -NuGetApiKey ${{ secrets.PSGALLERY_KEY }}
7271

0 commit comments

Comments
 (0)