Skip to content

Commit

Permalink
qwerty
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Aug 9, 2023
1 parent 8dd30f4 commit 541bb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/icbundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
rev_num=$(git rev-list v6.0.0-rc4.. --count)
rev_num=$(git rev-list v1.6.0-rc4.. --count)
git add CHANGELOG.md
git add fsw/mcp750-vxworks/inc/psp_version.h
git add fsw/pc-linux/inc/psp_version.h
git add fsw/pc-rtems/inc/psp_version.h
git commit -m "Updating documentation and version numbers for v6.0.0-rc4+dev${rev_num}"
git commit -m "Updating documentation and version numbers for v1.6.0-rc4+dev${rev_num}"
git push -v origin integration-candidate

0 comments on commit 541bb82

Please sign in to comment.