Skip to content

Commit

Permalink
Update update-ace-tao.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo authored Oct 30, 2023
1 parent ab35590 commit b7bd319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-ace-tao.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run gitrelease.pl --update-ace-tao
run: |
cd OpenDDS
perl tools/scripts/gitrelease.pl --update-ace-tao
GITHUB_TOKEN=${{secrets.GITHUB_TOKEN}} perl tools/scripts/gitrelease.pl --update-ace-tao
# Help make the title and message for commit and PR
perl tools/scripts/modules/ini.pm acetao.ini --join ', ' '.*/version' > ../acevers
echo "ACEVERS=$(cat ../acevers)" >> $GITHUB_ENV
Expand All @@ -41,6 +41,7 @@ jobs:
id: cpr
with:
path: OpenDDS
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: |
Update ACE/TAO to ${{env.ACEVERS}}
Expand Down

0 comments on commit b7bd319

Please sign in to comment.