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

Commit 6411ed3

Browse files
committed
fix: typo in echo
1 parent 7bc0a37 commit 6411ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
extra_plugins: |
2323
@semantic-release/exec
2424
- name: Echo next version
25-
run: echo CAOS_NEXT_VERSION
25+
run: echo $CAOS_NEXT_VERSION
2626
- name: Docker Login
2727
run: docker login $REGISTRY -u ${GITHUB_ACTOR} -p ${GITHUB_TOKEN}
2828
- name: Docker Tag Release

0 commit comments

Comments
 (0)