Skip to content

Commit

Permalink
Merge branch 'master' into fix/RJD-1296-fix-random001-ego-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoszynski authored Sep 30, 2024
2 parents 43a295b + b931744 commit 75ecc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git config --global user.name "Release Bot"
git config --global user.email "[email protected]"
git config --global --add safe.directory /__w/scenario_simulator_v2/scenario_simulator_v2
git config --global credential.helper ${{ secrets.GITHUB_TOKEN }}
git config --global credential.helper ${{ secrets.BLOOM_GITHUB_TOKEN }}
git config pull.rebase false
- name: Get old version
Expand Down

0 comments on commit 75ecc96

Please sign in to comment.