diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 38ffaff412..9e7203ed83 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,6 +30,7 @@ jobs: run: | echo "${{ github.ref }}" latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`) + echo "refs/tags/${latest_tag}" if [[ "${{ github.ref }}" == "refs/tags/${latest_tag}" ]]; then echo "This tag is the latest." else diff --git a/app/package.json b/app/package.json index e679639dd1..26cfa7d1e3 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "sillot", - "version": "0.29.300", + "version": "0.29.310", "syv": "3.0.10", "sypv": "[3.0.9]", "description": "Build Your Eternal Digital Garden",