diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08a25eca..b4dcd741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,4 +224,4 @@ jobs: run: | VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout | sed 's/-SNAPSHOT//') git tag "${{ github.repository }}-$VERSION" - git push https://$GIT_USERNAME:$GIT_PASSWORD@github.com/${{ github.repository }}-$VERSION \ No newline at end of file + git push https://$GIT_USERNAME:$GIT_PASSWORD@github.com/${{ github.repository }} \ No newline at end of file