diff --git a/doc/changes/unreleased.md b/doc/changes/unreleased.md index cdab6f9..7d2b557 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/unreleased.md @@ -1,4 +1,9 @@ # Unreleased +## 🐞 Fixed + +* Fixed CD workflow template + ## 🔩 Internal + * Relock dependencies diff --git a/exasol/toolbox/templates/github/workflows/cd.yml b/exasol/toolbox/templates/github/workflows/cd.yml index 42277f8..6b2aaa5 100644 --- a/exasol/toolbox/templates/github/workflows/cd.yml +++ b/exasol/toolbox/templates/github/workflows/cd.yml @@ -13,7 +13,6 @@ jobs: cd-job: name: Continuous Delivery - needs: [ ci-job ] uses: ./.github/workflows/build-and-publish.yml secrets: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}