Use the release environment in publish-docs (#18727)
See https://github.com/astral-sh/ty/pull/3147
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user