Skip to content

Commit bc8e0c7

Browse files
committed
CI: Use package deployment environment to insert a manual review stage
1 parent 28ccfc4 commit bc8e0c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172

173173
publish:
174174
runs-on: ubuntu-latest
175+
environment: "Package deployment"
175176
needs: [stable, test-package]
176177
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
177178
steps:

0 commit comments

Comments
 (0)