Skip to content

Commit d1efe39

Browse files
authored
Temporarily remove bump_version
1 parent 079c8c6 commit d1efe39

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616

17-
- name: Bump version
18-
run: >-
19-
bin/bump_version.py
20-
21-
- name: Commit updated version.py
22-
id: commit_updated
23-
run: |
24-
git config --global user.name 'github-actions'
25-
git config --global user.email '[email protected]'
26-
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
27-
git add setup.py
28-
git commit -m "bump version" && git push || echo "No changes to commit"
29-
git log -n 1 --pretty=format:"%H" | tail -n 1 | awk '{print "::set-output name=sha::"$0}'
17+
# - name: Bump version
18+
# run: >-
19+
# bin/bump_version.py
20+
21+
# - name: Commit updated version.py
22+
# id: commit_updated
23+
# run: |
24+
# git config --global user.name 'github-actions'
25+
# git config --global user.email '[email protected]'
26+
# git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
27+
# git add setup.py
28+
# git commit -m "bump version" && git push || echo "No changes to commit"
29+
# git log -n 1 --pretty=format:"%H" | tail -n 1 | awk '{print "::set-output name=sha::"$0}'
3030

3131
- name: Get version
3232
id: get_version

0 commit comments

Comments
 (0)