mirror of
https://github.com/esphome/esphome.git
synced 2025-07-28 14:16:40 +00:00
[release] Fix output value (#8839)
This commit is contained in:
parent
2e15ee232d
commit
b8a96f59f0
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
outputs:
|
||||
tag: ${{ steps.tag.outputs.tag }}
|
||||
branch_build: ${{ steps.tag.outputs.branch_build }}
|
||||
deploy_env: ${{ steps.tag.outputs.environment }}
|
||||
deploy_env: ${{ steps.tag.outputs.deploy_env }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- name: Get tag
|
||||
@ -287,7 +287,7 @@ jobs:
|
||||
npx netlify-cli deploy \
|
||||
--dir api-docs \
|
||||
--no-build \
|
||||
--alias ${{ needs.init.outputs.deploy_env }} \
|
||||
--alias "${{ needs.init.outputs.deploy_env }}" \
|
||||
--message "Deploy API docs for ${{ needs.init.outputs.tag }}"
|
||||
|
||||
- name: Deploy to netlify production
|
||||
|
Loading…
x
Reference in New Issue
Block a user