You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/conda-forge-bump.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ jobs:
179
179
env:
180
180
VERSION: ${{ steps.ver.outputs.version }}
181
181
run: |
182
-
BRANCH="bump-v$VERSION"
182
+
BRANCH="bump-v$VERSION-${GITHUB_RUN_ID}"
183
183
git push --set-upstream origin "$BRANCH"
184
184
185
185
- name: Open PR to conda-forge feedstock
@@ -188,7 +188,7 @@ jobs:
188
188
VERSION: ${{ steps.ver.outputs.version }}
189
189
FORK: ${{ env.FEEDSTOCK_FORK }}
190
190
run: |
191
-
BRANCH="bump-v$VERSION"
191
+
BRANCH="bump-v$VERSION-${GITHUB_RUN_ID}"
192
192
TITLE="biapy v$VERSION"
193
193
BODY="Automated bump to $VERSION after GitHub Release. Recipe copied from project: \`biapy/utils/env/conda_forge_meta.yaml\` . Version and sha256 updated from PyPI sdist."
0 commit comments