From 1497c7385bb9085bfbd8f6dcff844cf1e52994c6 Mon Sep 17 00:00:00 2001 From: Charles GTE Date: Fri, 6 Mar 2026 19:24:55 +0100 Subject: [PATCH 1/2] fix: workflow * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix --------- Co-authored-by: charlesgauthereau --- .github/workflows/release.yml | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8fabc8b..aa9723ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,23 +44,43 @@ jobs: git config --global user.email 'github-actions[bot]@users.noreply.github.com' +# - name: Run release-it +# id: release_step +# run: | +# git pull origin main +# +# +# VERSION=$(pnpm exec release-it --ci --release-version) +# echo "version=$VERSION" +# echo "version=$VERSION" >> $GITHUB_OUTPUT +# +# OUTPUT=$(pnpm exec release-it --ci) +# echo "$OUTPUT" +# DRAFT_TAG=$(echo "$OUTPUT" | grep -o 'releases/tag/[^ ]*' | sed 's|releases/tag/||') +# echo "draft_tag=$DRAFT_TAG" >> $GITHUB_OUTPUT +# env: +# GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} + - name: Run release-it id: release_step run: | git pull origin main - VERSION=$(pnpm exec release-it --ci --release-version) - echo "version=$VERSION" + echo $VERSION echo "version=$VERSION" >> $GITHUB_OUTPUT OUTPUT=$(pnpm exec release-it --ci) echo "$OUTPUT" - DRAFT_TAG=$(echo "$OUTPUT" | grep -o 'releases/tag/[^ ]*' | sed 's|releases/tag/||') + + DRAFT_TAG=$(echo "$OUTPUT" | grep -oE 'untagged-[a-z0-9]+') + echo $DRAFT_TAG echo "draft_tag=$DRAFT_TAG" >> $GITHUB_OUTPUT env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} + + publish-docker: needs: create-release uses: ./.github/workflows/docker.yml From 0cb27f26379442963c92e9ef260f5d1703e2124f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Mar 2026 18:25:30 +0000 Subject: [PATCH 2/2] chore: release 1.4.54 --- CITATION.cff | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9417a793..e5e6eac8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -31,5 +31,5 @@ keywords: - web-ui - agent license: Apache-2.0 -version: 1.4.53 +version: 1.4.54 date-released: '2026-03-02' diff --git a/package.json b/package.json index 17cc8784..57aef126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portabase", - "version": "1.4.53", + "version": "1.4.54", "private": true, "scripts": { "dev": "next dev --turbopack -p 8887",