Skip to content

Commit

Permalink
fix ci for releases
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Jul 14, 2021
1 parent 95b9362 commit de90f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
id: args
shell: bash
run: |
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/*/})"
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- name: Build and push
id: docker_build
Expand Down

0 comments on commit de90f18

Please sign in to comment.