Skip to content

Commit

Permalink
Add github acion pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-puzon-tri committed Apr 2, 2024
1 parent 1587dcc commit 3c159f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/npm-publish-github-packages.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
node-version: 20
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm install
- run: pnpm run test

Expand All @@ -29,6 +31,8 @@ jobs:
node-version: 20
registry-url: https://npm.pkg.github.com/
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm install
- run: pnpm run build:lib
- run: pnpm publish
Expand Down

0 comments on commit 3c159f9

Please sign in to comment.