Skip to content

Commit 9ce057a

Browse files
authored
Update increment-version.yml (#600)
1 parent b2b0324 commit 9ce057a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/increment-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
- name: Checkout main for version edit
2222
run: |
23+
export GIT_LFS_SKIP_SMUDGE=1
2324
# Note: the following account information will not work on GHES
2425
export GIT_LFS_SKIP_SMUDGE=1
2526
git config --global user.name "github-actions[bot]"
@@ -45,5 +46,5 @@ jobs:
4546
git config lfs.https://github.com/broadinstitute/ml4h.git.locksverify false
4647
git remote set-url origin https://${{ secrets.GHCR_USERNAME }}:${{ secrets.GHCR_TOKEN }}@github.com/${{ github.repository }}
4748
git add setup.py
48-
git commit -m "Version bump to ${{ github.event.release.tag_name }}'"
49+
git commit -m "Version bump to ${{ github.event.release.tag_name }}"
4950
git push

0 commit comments

Comments
 (0)