From 927d5a55c1a73a17d447e5c705c37a64689077ae Mon Sep 17 00:00:00 2001 From: Nik Date: Tue, 15 Oct 2024 13:45:08 +0100 Subject: [PATCH] Revert version bump (#72) Signed-off-by: Nik Nasr --- .github/workflows/release.yml | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ba5ac61..7373ce78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,13 +89,11 @@ jobs: branch: update-ui-${{needs.release.outputs.tag}} title: '[Restate UI] Update to ${{ needs.release.outputs.tag }}' sign-commits: true - committer: Restate Web UI - author: Restate Web UI commit-message: | [UI] Updating UI assets to ${{ needs.release.outputs.tag }} ${{ needs.release.outputs.artifact-name }} published at https://github.com/restatedev/restate-web-ui/releases/download/${{ needs.release.outputs.tag }}/${{ needs.release.outputs.artifact-name }} sha256: ${{ env.FILE_SHA256 }} body: | - [UI] Updating UI assets to ${{ needs.release.outputs.tag }} + ### [UI] Updating UI assets to ${{ needs.release.outputs.tag }} ${{ needs.release.outputs.artifact-name }} published at https://github.com/restatedev/restate-web-ui/releases/download/${{ needs.release.outputs.tag }}/${{ needs.release.outputs.artifact-name }} sha256: ${{ env.FILE_SHA256 }} diff --git a/package.json b/package.json index 64706321..1bc51f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@restate/web-ui", - "version": "0.0.1", + "version": "0.0.0", "license": "MIT", "scripts": {}, "private": true,