Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a17f22f

Browse files
author
Daniel Sanchez
authored
Fix static folder naming in upload script (#177)
* Update static build folder to push * Set v0.9.4
1 parent 1d88aa6 commit a17f22f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# Script to upload release files
8080
- name: 'Upload release build files for production'
8181
if: startsWith(github.ref, 'refs/tags/v')
82-
run: aws s3 sync build s3://${{ secrets.STAGING_BUCKET_NAME }}/releases/${{ github.event.release.tag_name }} --delete
82+
run: aws s3 sync storybook-static s3://${{ secrets.STAGING_BUCKET_NAME }}/releases/${{ github.event.release.tag_name }} --delete
8383

8484
# Script to prepare production deployments
8585
- run: bash ./scripts/github/prepare_production_deployment.sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-components",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Gnosis UI components",
55
"main": "dist/index.min.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)