diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index f1a1d3e..b9adfb6 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -14,10 +14,10 @@ jobs: needs: versioning if: ${{ needs.versioning.outputs.next-version != '' }} with: - projects: "['.']" + projects: '["."]' version: ${{ needs.versioning.outputs.next-version }} docker-registry: "abc.docker-registry.gewis.nl" - docker-paths: "['eou/plankapi']" + docker-paths: '["eou/plankapi"]' github-registry: "true" secrets: REGISTRY_USERNAME: ${{ secrets.SVC_GH_ABCEOU_USERNAME }}