Skip to content

Commit

Permalink
ci: Fix bump.yml by calling the right script
Browse files Browse the repository at this point in the history
    /home/runner/work/_temp/7e997195-83d5-48ad-a437-f4358b8c7ac6.sh: line 1: ./scripts/update-versions.sh: No such file or directory

I believe we need to call bump.sh instead.

Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Jan 13, 2025
1 parent bc2631f commit 90b259a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sudo apt-get update
sudo apt-get install --yes --no-install-recommends gettext
- run: |
./scripts/update-versions.sh
./scripts/bump.sh
- name: "Create Pull Request"
uses: "peter-evans/create-pull-request@v7"
with:
Expand Down

0 comments on commit 90b259a

Please sign in to comment.