diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bd488b..7bdd768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -553,7 +553,7 @@ 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: ./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 }} @@ -562,7 +562,7 @@ jobs: - name: Create Jira Release if: needs.set-release-version.outputs.version != 'none' shell: bash - run: ./packages/Be.Vlaanderen.Basisregisters.Build.Pipeline/7.2.6/Content/ci-jira.sh + run: ./packages/be.vlaanderen.basisregisters.build.pipeline/7.2.6/Content/ci-jira.sh env: CONFLUENCE_TITLE: ${{ env.REPOSITORY_NAME }} CONFLUENCE_USERNAME: ${{ secrets.VBR_CONFLUENCE_USER }}