diff --git a/.github/workflows/release_tag.yml b/.github/workflows/release_tag.yml index 28715d7..f8da248 100644 --- a/.github/workflows/release_tag.yml +++ b/.github/workflows/release_tag.yml @@ -29,4 +29,4 @@ jobs: run: | VERSION=${{ github.head_ref }} git tag -a $VERSION -m "Release $VERSION" - git push origin $VERSION \ No newline at end of file + git push origin $VERSION