Use the release environment in publish-docs (#18727)

See https://github.com/astral-sh/ty/pull/3147
This commit is contained in:
Zanie Blue
2026-03-26 12:05:26 -05:00
committed by GitHub
parent 944f009f84
commit bfefb87a13
+2
View File
@@ -21,6 +21,8 @@ permissions: {}
jobs:
mkdocs:
environment:
name: release
runs-on: ubuntu-latest
env:
VERSION: ${{ (inputs.plan != '' && fromJson(inputs.plan).announcement_tag) || inputs.ref }}