Update build.yml

This commit is contained in:
zryfish
2020-04-10 15:21:10 +08:00
committed by GitHub
parent dd5b96254c
commit 6b4fd9b8fa

View File

@@ -49,7 +49,7 @@ jobs:
- name: Get branch name
id: extract_branch
shell: bash
run: echo "##[set-output name=branch;]$(ehco ${GITHUB_REF#refs/heads/})"
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
- name: Build and push docker images
env: