From 270da682da784a30f4b4a305af1cc7df80468a91 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Tue, 5 Nov 2024 13:12:15 +0300 Subject: [PATCH] ci: fix release info writing --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8c074d3..7f14a1d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,12 +21,9 @@ jobs: - run: node scripts/replaceFavicon.mjs ${{ secrets.FAVICON_MAIN }} # will install + build to .vercel/output/static - name: Get Release Info - run: pnpx zardoy-release empty --skip-github + run: pnpx zardoy-release empty --skip-github --output-file assets/release.json env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - id: releaseInfo - - name: Write Release Info - run: echo '${{ toJson(steps.releaseInfo.outputs) }}' > assets/release.json - run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --prod - run: pnpm build-storybook - name: Copy playground files