diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7dabc22..3eeb94f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: branches: - master paths: - - '**/*.psd1' + - '**.psd1' - '!**/classes.psd1' permissions: diff --git a/PSModuleTemplate/PSModuleTemplate.psd1 b/PSModuleTemplate/PSModuleTemplate.psd1 index 548391c..c9f083d 100644 --- a/PSModuleTemplate/PSModuleTemplate.psd1 +++ b/PSModuleTemplate/PSModuleTemplate.psd1 @@ -1,7 +1,7 @@ # # Module manifest for module 'PSModuleTemplate' # -# Generated by: James +# Generated by: jdarcyryan # # Generated on: 22/02/2026 # @@ -21,13 +21,13 @@ ModuleVersion = '0.1.0' GUID = '3101ef4b-0651-47b8-ac62-adbe531f52fe' # Author of this module -Author = 'James' +Author = 'jdarcyryan' # Company or vendor of this module CompanyName = 'Unknown' # Copyright statement for this module -Copyright = '(c) James. All rights reserved.' +Copyright = '(c) jdarcyryan. All rights reserved.' # Description of the functionality provided by this module Description = 'PSModuleTemplate'