diff --git a/.circleci/config.yml b/.circleci/config.yml index e3df8a4..1e99038 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: --owner $CIRCLE_PROJECT_USERNAME \ --repo $CIRCLE_PROJECT_REPONAME \ --tag "v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM}" \ - --name "v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM}" \ + --release-name "v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM}" \ --body "Automatic CircleCI Build of v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM} from ${CIRCLE_SHA1}" \ caspar_sup-sc.zip workflows: @@ -35,4 +35,4 @@ workflows: build_deploy: jobs: - build: - context: github-thething \ No newline at end of file + context: github-thething