From d8fb5a4021681c00687063b6f616242c388a4d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20N=C3=B8rgaard?= Date: Wed, 6 Sep 2023 10:57:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20dashboard=20to=20v0?= =?UTF-8?q?.2.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This contains various fixes for the dashboard. - making sure validation is in check + fixed height on toast - bumped SDK version + implemented "verify" logic for when creating new builds. - fixed link - Fix the last few Lorem ipsum text fields --- .github/workflows/semantic-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-tags.yml b/.github/workflows/semantic-tags.yml index 4048b5de0..07936b905 100644 --- a/.github/workflows/semantic-tags.yml +++ b/.github/workflows/semantic-tags.yml @@ -48,7 +48,7 @@ jobs: const release = await github.rest.repos.getReleaseByTag({ "owner": "rigdev", "repo": "dashboard", - "tag": "v0.2.8" + "tag": "v0.2.9" }) const asset = release.data.assets.find(a => a.name == "public.tar.gz") if (!asset) {