Skip to content

Commit

Permalink
🐛 fix: adjust publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissgon committed May 5, 2024
1 parent 33f0186 commit ebc43b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npm test
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: bun run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrissgon/perfectui",
"version": "0.11.0",
"version": "0.11.1",
"displayName": "Perfect UI",
"description": "An exceptionally lightweight and highly customizable CSS and JavaScript library for crafting elegant user interfaces.",
"private": false,
Expand Down

0 comments on commit ebc43b2

Please sign in to comment.