Skip to content

Commit

Permalink
Remove extra "cd" in post release GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 27, 2023
1 parent 82900b9 commit 71fee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_post_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: "Bump to the development version in docker-compose"
if: github.ref_name == 'main'
run: |
cd bin/release/bump-docker-image-version \
bin/release/bump-docker-image-version \
${{ steps.pipeline_context.outputs.next_candidate_dev_version }}
- name: "Bump installer starter frontend version"
if: github.ref_name == 'main'
Expand Down

0 comments on commit 71fee66

Please sign in to comment.