diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b5a61e..634d15e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,6 @@ jobs: run: | tag=$(git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1) | awk -F. -v OFS=. '{$NF++;print}') git tag $tag - git push origin $tag - name: Release notes run: |