Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Oct 7, 2019
1 parent ad0177e commit 1d687de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
go get github.com/aktau/github-release
SEMVER=$(docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo /showvariable SemVer /nofetch)
github-release upload \
--user ${CIRCLE_PROJECT_USERNAME} \
--user ${GITHUB_USER} \
--repo ${CIRCLE_PROJECT_REPONAME} \
--tag $SEMVER \
--name "baremetal.tar" \
Expand Down

0 comments on commit 1d687de

Please sign in to comment.