Skip to content

Commit

Permalink
Update icbundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker authored Apr 14, 2023
1 parent 44d4be1 commit 40575c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/icbundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Update Changelog and Version.h files
run: |
git config --local --add remote.origin.fetch "+refs/tags/*:refs/tags/*"
git ls-remote --tags origin
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}
Expand Down

0 comments on commit 40575c3

Please sign in to comment.