diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bdd768..3562038 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -553,7 +553,9 @@ jobs: - name: Publish to Confluence if: needs.set-release-version.outputs.version != 'none' shell: bash - run: ./packages/be.vlaanderen.basisregisters.build.pipeline/7.2.6/Content/ci-confluence.sh + run: | + sed -i 's/packages\/Be\.Vlaanderen\.Basisregisters\.Build\.Pipeline\/Content\/ci-md2conf/packages\/be\.vlaanderen\.basisregisters\.build\.pipeline\/content\/ci-md2conf/gI' ./packages/be.vlaanderen.basisregisters.build.pipeline/7.2.6/Content/ci-confluence.sh + ./packages/be.vlaanderen.basisregisters.build.pipeline/7.2.6/Content/ci-confluence.sh env: CONFLUENCE_TITLE: ${{ env.REPOSITORY_NAME }} CONFLUENCE_USERNAME: ${{ secrets.VBR_CONFLUENCE_USER }}