diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 65114daf4..c93910aab 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -40,7 +40,7 @@ jobs: - name: Create git tag based on version # only consider changes from the commit mentioned below - run: melos version --all --diff=6f208c9d5e7d4babfeb55dafcadec6ac76e88dea --yes + run: melos version --all --yes - name: Push tag run: git push --tags