Compare commits

..
4 Commits
Author SHA1 Message Date
github-actions[bot] 527a090f1b chore: release v1.4.19 2026-03-06 07:23:15 +00:00
370b86337f fix: github workflow
Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
2026-03-06 08:22:43 +01:00
github-actions[bot] 1a72be323b chore: release v1.4.18 2026-03-04 15:55:52 +00:00
Théo LAGACHEandGitHub bf252f22f2 fix: Fix (#146) 2026-03-04 16:55:22 +01:00
4 changed files with 4 additions and 4 deletions
-1
View File
@@ -22,7 +22,6 @@ jobs:
needs: docker_publish needs: docker_publish
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
+2 -1
View File
@@ -10,7 +10,8 @@
"github": { "github": {
"release": true, "release": true,
"tokenRef": "GITHUB_TOKEN", "tokenRef": "GITHUB_TOKEN",
"draft": true "draft": true,
"push": true
}, },
"plugins": { "plugins": {
"@release-it/conventional-changelog": { "@release-it/conventional-changelog": {
+1 -1
View File
@@ -31,5 +31,5 @@ keywords:
- web-ui - web-ui
- agent - agent
license: Apache-2.0 license: Apache-2.0
version: 1.4.17 version: 1.4.19
date-released: '2026-03-02' date-released: '2026-03-02'
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "portabase", "name": "portabase",
"version": "1.4.17", "version": "1.4.19",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev --turbopack -p 8887", "dev": "next dev --turbopack -p 8887",