We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a545346 commit 9cf4c30Copy full SHA for 9cf4c30
.github/workflows/Release.yaml
@@ -51,8 +51,11 @@ jobs:
51
git config --global user.name "Release Bot"
52
git config --global user.email "[email protected]"
53
git config --global --add safe.directory /__w/scenario_simulator_v2/scenario_simulator_v2
54
- git config --global credential.helper ${{ secrets.BLOOM_GITHUB_TOKEN }}
55
git config pull.rebase false
+
56
+ - name: Setup git credential
57
+ if: github.event.pull_request.merged == true
58
+ run: git config --global credential.helper ${{ secrets.BLOOM_GITHUB_TOKEN }}
59
60
- name: Get old version
61
id: old_version
0 commit comments