From 7c3c5543aad3dcd6cdb0c15850b33cfcad8537cf Mon Sep 17 00:00:00 2001 From: jdoiro3 Date: Thu, 18 Apr 2024 13:12:51 -0400 Subject: [PATCH] infra: working on goreleaser CI workflow --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f724d55..98a1dc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,10 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 - run: npm install -g yarn - - run: yarn install --frozen-lockfile + - run: | + cd nextjs + yarn install --frozen-lockfile + cd ../ - name: Set up Go uses: actions/setup-go@v5 with: