Skip to content

Commit

Permalink
Revert version bump (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Nik Nasr <[email protected]>
  • Loading branch information
nikrooz authored Oct 15, 2024
1 parent 0df57df commit 927d5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
author: Restate Web UI <[email protected]>
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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restate/web-ui",
"version": "0.0.1",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
Expand Down

0 comments on commit 927d5a5

Please sign in to comment.