diff --git a/.github/workflows/icbundle.yml b/.github/workflows/icbundle.yml index 9944b4301..dd6a02408 100644 --- a/.github/workflows/icbundle.yml +++ b/.github/workflows/icbundle.yml @@ -46,7 +46,7 @@ jobs: - name: Update Changelog and Version.h files run: | git config --local --add remote.origin.fetch "+refs/tags/*:refs/tags/*" - git fetch + git fetch origin v7.0.0-rc4 rev_num=$(git rev-list v7.0.0-rc4.. --count) changelog_entry=$'#Changelog\n\n## Development Build: v7.0.0-rc4+dev'${rev_num} sed -i 's/# #Changelog/"$changelog_entry"/' /path/to/file