Skip to content

Commit

Permalink
Use github package
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-puzon-tri committed Apr 2, 2024
1 parent 24dfd98 commit 1e3a012
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm install
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
- run: pnpm install --frozen-lockfile
- run: pnpm run build:lib
- run: pnpm publish --no-git-checks
- run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rse-react-library",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"description": "A template for creating React component libraries with Vite, Tailwind, and Storybook.",
"author": "TRI",
"license": "MIT",
Expand Down

0 comments on commit 1e3a012

Please sign in to comment.