From d1de3868d80cb0a5e254689c33a23fec00bc8ab8 Mon Sep 17 00:00:00 2001 From: Amoh Prince <81857018+AmohPrince@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:04:27 +0300 Subject: [PATCH] assuming positivity --- .github/workflows/hashnode.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hashnode.yml b/.github/workflows/hashnode.yml index d0e1218..c7283df 100644 --- a/.github/workflows/hashnode.yml +++ b/.github/workflows/hashnode.yml @@ -9,8 +9,28 @@ jobs: publish: runs-on: ubuntu-latest steps: + - name: Checkout Repo + uses: actions/checkout@v3 + + - name: Set up pnpm action 8 + uses: pnpm/action-setup@v2 + with: + version: 8 + + - name: Set up Node 20 + uses: actions/setup-node@v3 + with: + cache: "pnpm" + node-version: 20 + + - name: Install Dependencies + run: pnpm install --frozen-lockfile + + - run: pwd + - run: ls + - name: release-auto-blogger - uses: amosmachora/release-auto-blogger@v0.1.23 + uses: amosmachora/release-auto-blogger@v0.1.24 with: project-name: "React Daraja" subtitle: "Release Blog"