Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
AyronK committed Oct 2, 2024
1 parent 39bf761 commit 92a6984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./packages/nextjs-cache-handler
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: cd ./packages/nextjs-cache-handler
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit 92a6984

Please sign in to comment.