circleci: Fix last error
This commit is contained in:
parent
4656d201bd
commit
2a89ab0987
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
--owner $CIRCLE_PROJECT_USERNAME \
|
--owner $CIRCLE_PROJECT_USERNAME \
|
||||||
--repo $CIRCLE_PROJECT_REPONAME \
|
--repo $CIRCLE_PROJECT_REPONAME \
|
||||||
--tag "v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM}" \
|
--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}" \
|
--body "Automatic CircleCI Build of v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM} from ${CIRCLE_SHA1}" \
|
||||||
caspar_sup-sc.zip
|
caspar_sup-sc.zip
|
||||||
workflows:
|
workflows:
|
||||||
|
@ -35,4 +35,4 @@ workflows:
|
||||||
build_deploy:
|
build_deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- build:
|
- build:
|
||||||
context: github-thething
|
context: github-thething
|
||||||
|
|
Loading…
Reference in a new issue