Skip to content

Commit

Permalink
assuming positivity
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Feb 1, 2024
1 parent 2269d4c commit d1de386
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/hashnode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].23
uses: amosmachora/[email protected].24
with:
project-name: "React Daraja"
subtitle: "Release Blog"
Expand Down

0 comments on commit d1de386

Please sign in to comment.