Skip to content

Commit

Permalink
fix: or-1566 case sensitive path to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Jun 5, 2024
1 parent 1eac2af commit 29a8679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 29a8679

Please sign in to comment.