Skip to content

Commit

Permalink
Merge pull request #45 from ecmwf/chore-move_autochangelogpr
Browse files Browse the repository at this point in the history
Change target branch of changelog update
  • Loading branch information
floriankrb authored Nov 8, 2024
2 parents 90cb981 + 171b4e1 commit 18a236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-release-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.target_commitish }}
ref: develop

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
Expand Down

0 comments on commit 18a236c

Please sign in to comment.