diff --git a/.github/workflows/release-auto.yml b/.github/workflows/release-auto.yml index e2f97f86..3d05a156 100644 --- a/.github/workflows/release-auto.yml +++ b/.github/workflows/release-auto.yml @@ -59,7 +59,7 @@ jobs: # releasetype: major - name: Version Bump run: | - out=$(git tags | tail -1) + out=$(git tag | tail -1) echo "The last tag was: $out" #- name: echo new tag