Skip to content

Commit e103f2f

Browse files
we wont tag (#69)
* Remove permissions from deploy preview workflow for Pester Help Tests This change simplifies the workflow by removing unnecessary permissions that are not required for the deployment process. Additionally, it corrects the GitHub token secret reference to ensure proper access during the publish step. Thank you! * Update comment for ScriptsToProcess section Clarify the comment for the ScriptsToProcess section in the module manifest. This change enhances readability and understanding of the purpose of this section for future developers. Thank you! * Remove Create_Release_Git_Tag from publish workflow for Pester Help Tests This change simplifies the publish workflow by removing the Create_Release_Git_Tag step. This adjustment helps streamline the process and ensures that the workflow runs more efficiently. Thank you! * Update comment for ScriptsToProcess section for Pester Help Tests Clarify the purpose of the ScriptsToProcess section in the module manifest. This change enhances readability and understanding for future developers. Thank you!
1 parent 29e12ea commit e103f2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ BuildWorkflow:
7575
#- Merge_CodeCoverage_Files
7676

7777
publish:
78-
- Create_Release_Git_Tag
7978
- Publish_Release_To_GitHub # Runs first, if token is expired it will fail early
8079
# - Publish_GitHub_Wiki_Content
8180
- publish_module_to_gallery

0 commit comments

Comments
 (0)