Skip to content

Commit

Permalink
fix(ci): add Mocked EDC to automatic artefact release (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored May 22, 2024
1 parent d366110 commit d621224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
{ dir: edc-controlplane, img: edc-controlplane-postgresql-hashicorp-vault },
{ dir: edc-controlplane, img: edc-controlplane-postgresql-azure-vault },
{ dir: edc-dataplane, img: edc-dataplane-azure-vault },
{ dir: edc-dataplane, img: edc-dataplane-hashicorp-vault } ]
{ dir: edc-dataplane, img: edc-dataplane-hashicorp-vault },
{ dir: edc-tests/runtime, img: mock-connector }]
permissions:
contents: write
steps:
Expand Down

0 comments on commit d621224

Please sign in to comment.