We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ce585 commit 1b6b36fCopy full SHA for 1b6b36f
.circleci/config.yml
@@ -63,9 +63,10 @@ commands:
63
name: extract version from pom
64
command: |
65
echo 'export CURRENT_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)' >> $BASH_ENV
66
+ echo 'Creating release v{CURRENT_VERSION}'
67
source $BASH_ENV
68
- github-release/create:
- tag: "v$CURRENT_VERSION"
69
+ tag: "v{$CURRENT_VERSION}"
70
title: "Version v${CURRENT_VERSION}"
71
description: "Github-related API calls."
72
file-path: ~/repos/github-api-lib.zip
0 commit comments