We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b0324 commit 9ce057aCopy full SHA for 9ce057a
.github/workflows/increment-version.yml
@@ -20,6 +20,7 @@ jobs:
20
21
- name: Checkout main for version edit
22
run: |
23
+ export GIT_LFS_SKIP_SMUDGE=1
24
# Note: the following account information will not work on GHES
25
export GIT_LFS_SKIP_SMUDGE=1
26
git config --global user.name "github-actions[bot]"
@@ -45,5 +46,5 @@ jobs:
45
46
git config lfs.https://github.com/broadinstitute/ml4h.git.locksverify false
47
git remote set-url origin https://${{ secrets.GHCR_USERNAME }}:${{ secrets.GHCR_TOKEN }}@github.com/${{ github.repository }}
48
git add setup.py
- git commit -m "Version bump to ${{ github.event.release.tag_name }}'"
49
+ git commit -m "Version bump to ${{ github.event.release.tag_name }}"
50
git push
0 commit comments