Skip to content

Commit

Permalink
fix: rework releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi committed Dec 25, 2023
1 parent 28f799d commit 691320e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ jobs:
id: release
with:
release-type: node

- name: Checkout
uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
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": "@stouder-io/inertia-preact",
"version": "0.1.4",
"version": "0.1.0",
"license": "MIT",
"description": "The Preact adapter for Inertia.js",
"author": "Xavier Stouder <xavier@stouder.io>",
Expand Down

0 comments on commit 691320e

Please sign in to comment.