mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[release] Fix output value (#8839)
This commit is contained in:
		
							
								
								
									
										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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user