Skip to content

Commit 46ed8bc

Browse files
committed
Update conda CI
1 parent 46c94d4 commit 46ed8bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda-forge-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
env:
180180
VERSION: ${{ steps.ver.outputs.version }}
181181
run: |
182-
BRANCH="bump-v$VERSION"
182+
BRANCH="bump-v$VERSION-${GITHUB_RUN_ID}"
183183
git push --set-upstream origin "$BRANCH"
184184
185185
- name: Open PR to conda-forge feedstock
@@ -188,7 +188,7 @@ jobs:
188188
VERSION: ${{ steps.ver.outputs.version }}
189189
FORK: ${{ env.FEEDSTOCK_FORK }}
190190
run: |
191-
BRANCH="bump-v$VERSION"
191+
BRANCH="bump-v$VERSION-${GITHUB_RUN_ID}"
192192
TITLE="biapy v$VERSION"
193193
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."
194194
OWNER="${FORK%%/*}"

0 commit comments

Comments
 (0)