You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/ReadMe.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ Next we want to create an Environment so that stable module versions require man
86
86
1. Click the `Save protection rules` button.
87
87
88
88
If your GitHub account does not meet [the requirements to use `Environments`](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment), the `Environments` section will not be available.
89
+
Deployments will still work, but they will not pause for manual approval and will automatically deploy the stable version directly after the prerelease version is published.
89
90
You will instead need to add [the Manual Workflow Approval action](https://github.com/marketplace/actions/manual-workflow-approval) to [the deployment workflow](/.github/workflows/build-test-and-deploy-powershell-module.yml) to block deployments until they are approved.
90
91
91
92
Finally, we will need to grant GitHub Actions permission to add git tags to the repository so it can keep track of the version number:
0 commit comments