Skip to content

Commit

Permalink
Merge pull request #3 from tenzir/topic/continuous-release
Browse files Browse the repository at this point in the history
Fix location of github action file
  • Loading branch information
dit7ya authored Sep 23, 2024
2 parents af5dc07 + 8640ae6 commit 6b8da03
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- run: pnpx pkg-pr-new publish
- run: npx pkg-pr-new publish

0 comments on commit 6b8da03

Please sign in to comment.