Skip to content

Commit

Permalink
workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey committed Apr 2, 2024
1 parent 232f90d commit 798fc23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org
- uses: pnpm/action-setup@v3
with:
version: 8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubetail/kubetail-ui",
"version": "0.1.3-rc15",
"version": "0.1.3-rc16",
"type": "module",
"sideEffects": false,
"module": "./dist/index.js",
Expand Down

0 comments on commit 798fc23

Please sign in to comment.