diff --git a/.github/workflows/update_sources.yml b/.github/workflows/update_sources.yml index 2b2da11b995..495cdc49f5c 100644 --- a/.github/workflows/update_sources.yml +++ b/.github/workflows/update_sources.yml @@ -23,7 +23,7 @@ jobs: sudo apt-get install xmlstarlet - name: Run Shell Script run: | - ./.ci/update-sources.sh ${{ github.event.inputs.version }} + ./.ci/update-releasenotesxml.sh ${{ github.event.inputs.version }} - name: Commit and Push run: | git config --global user.name 'github-actions[bot]'