Fix workflow oops.
This commit is contained in:
parent
baeda6ced7
commit
5e9a118422
2 changed files with 0 additions and 2 deletions
1
.github/workflows/build-dev.yaml
vendored
1
.github/workflows/build-dev.yaml
vendored
|
@ -55,7 +55,6 @@ jobs:
|
|||
export DOCKER_WORK_DIR="/work"
|
||||
export PYTHON_EGG_CACHE="${DOCKER_WORK_DIR}/.egg_cache"
|
||||
make docker-world
|
||||
release/
|
||||
- name: Create dev release as draft at first to hide during uploads
|
||||
if: github.event.action == 'release-dev'
|
||||
uses: ncipollo/release-action@v1
|
||||
|
|
1
.github/workflows/build-main.yaml
vendored
1
.github/workflows/build-main.yaml
vendored
|
@ -63,7 +63,6 @@ jobs:
|
|||
export DOCKER_WORK_DIR="/work"
|
||||
export PYTHON_EGG_CACHE="${DOCKER_WORK_DIR}/.egg_cache"
|
||||
make docker-world
|
||||
release/
|
||||
- name: Create release as draft at first to hide during uploads
|
||||
if: github.event.action == 'release-main'
|
||||
uses: ncipollo/release-action@v1
|
||||
|
|
Loading…
Reference in a new issue