Skip to content

Commit

Permalink
version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Jan 31, 2024
1 parent 46f6908 commit caf6576
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/hashnode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,23 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20.x

- uses: pnpm/action-setup@v2
with:
version: 8

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: release-auto-blogger
uses: amosmachora/[email protected].16
uses: amosmachora/[email protected].17
with:
project-name: "React Daraja"
subtitle: "Release Blog"
Expand Down

0 comments on commit caf6576

Please sign in to comment.