Skip to content

Commit bfefb87

Browse files
authored
Use the release environment in publish-docs (#18727)
See astral-sh/ty#3147
1 parent 944f009 commit bfefb87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ permissions: {}
2121

2222
jobs:
2323
mkdocs:
24+
environment:
25+
name: release
2426
runs-on: ubuntu-latest
2527
env:
2628
VERSION: ${{ (inputs.plan != '' && fromJson(inputs.plan).announcement_tag) || inputs.ref }}

0 commit comments

Comments
 (0)