diff --git a/.github/workflows/manually_release.yaml b/.github/workflows/manually_release.yaml index c198340..a29a749 100644 --- a/.github/workflows/manually_release.yaml +++ b/.github/workflows/manually_release.yaml @@ -64,7 +64,7 @@ jobs: git clone https://github.com/roll-w/web-common-starter cd web-common-starter # TODO: retrieve version from gradle task - git checkout 0.2.1 + git checkout v0.2.1 mvn -f web-common-parent/ clean install cd .. - name: Create Tag