Skip to content

Commit

Permalink
Issue #4103: fix spelling of version: rel-11.0.7 -> rel-11_0_7
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jan 24, 2025
1 parent 191f647 commit bc491d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_update_autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# see https://github.com/RotherOSS/otobo/issues/4103
# can't use github.sha here as we need the commit of the checked out branch
name: 'use Locale::CLDR 0.46.1 for building OTOBO 11.0.7'
if: ${{ steps.check.outputs.needs-updating == 'true' && matrix.target == 'otobo-web' && matrix.patch == 'rel-11.0.7' }}
if: ${{ steps.check.outputs.needs-updating == 'true' && matrix.target == 'otobo-web' && matrix.patch == 'rel-11_0_7' }}
run: |
sed -i.bak -e 's/0.44.1/0.46.0/' cpanfile.docker
Expand Down

0 comments on commit bc491d2

Please sign in to comment.