Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
fix: typo in echo
Browse files Browse the repository at this point in the history
  • Loading branch information
fforootd committed Dec 30, 2019
1 parent 7bc0a37 commit 6411ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
extra_plugins: |
@semantic-release/exec
- name: Echo next version
run: echo CAOS_NEXT_VERSION
run: echo $CAOS_NEXT_VERSION
- name: Docker Login
run: docker login $REGISTRY -u ${GITHUB_ACTOR} -p ${GITHUB_TOKEN}
- name: Docker Tag Release
Expand Down

0 comments on commit 6411ed3

Please sign in to comment.