Skip to content

Commit 1b6b36f

Browse files
Handle env variables correctly
1 parent 62ce585 commit 1b6b36f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ commands:
6363
name: extract version from pom
6464
command: |
6565
echo 'export CURRENT_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)' >> $BASH_ENV
66+
echo 'Creating release v{CURRENT_VERSION}'
6667
source $BASH_ENV
6768
- github-release/create:
68-
tag: "v$CURRENT_VERSION"
69+
tag: "v{$CURRENT_VERSION}"
6970
title: "Version v${CURRENT_VERSION}"
7071
description: "Github-related API calls."
7172
file-path: ~/repos/github-api-lib.zip

0 commit comments

Comments
 (0)