diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c0b19c..361787f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,19 +14,19 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Bump version - run: >- - bin/bump_version.py + #- name: Bump version + # run: >- + # bin/bump_version.py - - name: Commit updated version.py - id: commit_updated - run: | - git config --global user.name 'github-actions' - git config --global user.email 'bot@noreply.github.com' - git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} - git add setup.py - git commit -m "bump version" && git push || echo "No changes to commit" - git log -n 1 --pretty=format:"%H" | tail -n 1 | awk '{print "::set-output name=sha::"$0}' + #- name: Commit updated version.py + # id: commit_updated + # run: | + # git config --global user.name 'github-actions' + # git config --global user.email 'bot@noreply.github.com' + # git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} + # git add setup.py + # git commit -m "bump version" && git push || echo "No changes to commit" + # git log -n 1 --pretty=format:"%H" | tail -n 1 | awk '{print "::set-output name=sha::"$0}' - name: Get version id: get_version