From 78d8bc581ffde01f9af28c23e2f24c048ce48fb8 Mon Sep 17 00:00:00 2001 From: Mike Johanson Date: Wed, 10 Jul 2024 09:23:16 -0700 Subject: [PATCH] ci: fix branch reference for sampleui --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc16e4f3..3a40d207 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # master with: repository: open-amt-cloud-toolkit/sample-web-ui - ref: $(git describe --tags $(git rev-list --tags --max-count=1)) + ref: main path: ./temp - run: npm ci working-directory: ./temp