Fix workflow oops.

This commit is contained in:
fewtarius 2022-04-12 09:44:28 -04:00
parent baeda6ced7
commit 5e9a118422
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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