diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index f72446b1..65a3b83a 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -69,10 +69,10 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - - name: tag it - run: | - git tag -a "blah" -m "Release blah" - git push origin --tags + #- name: tag it + # run: | + # git tag -a "blah" -m "Release blah" + # git push origin --tags - uses: actions-ecosystem/action-release-label@v1 id: release-label