Skip to content

Commit

Permalink
Fixed release flow?
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed Feb 2, 2024
1 parent 56ce499 commit f63ba1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
always-auth: true
- run: yarn install
- run: yarn build
- run: yarn publish
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": "@seatsio/seatsio-react",
"version": "14.9.0",
"version": "14.8.0",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down

0 comments on commit f63ba1b

Please sign in to comment.