From c226f17987b22ba671775f35c2101503acdae2e8 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 19 Dec 2019 14:10:32 +0200 Subject: [PATCH] typescript(option): chore: fixed github action config... again Signed-off-by: prescientmoon --- typescript/option/.github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/option/.github/workflows/release.yml b/typescript/option/.github/workflows/release.yml index 13b1bc7..7ee9048 100644 --- a/typescript/option/.github/workflows/release.yml +++ b/typescript/option/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: # install dependencies and run semantic-release - run: npm i -g pnpm - run: pnpm install + - run: pnpm run build - run: pnpx semantic-release env: GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}