Skip to content

Commit

Permalink
fix pver release
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Sep 9, 2024
1 parent 1011a5e commit c8bfede
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10,955 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install -g pver
- run: npm ci
- run: bun install --frozen-lockfile
- run: bun run build
- run: pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,5 @@ dist
.vscode
.vercel
*.diff.png
storybook-static
storybook-static
package-lock.json
Loading

0 comments on commit c8bfede

Please sign in to comment.