From c86b3934bc5c93bd19007bbb7bace9ed4715747f Mon Sep 17 00:00:00 2001 From: Dayron Acevedo Date: Thu, 22 Feb 2024 12:27:54 -0500 Subject: [PATCH 1/5] feat: custosm s3 bucket --- bin/publishbeta.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/publishbeta.sh diff --git a/bin/publishbeta.sh b/bin/publishbeta.sh old mode 100644 new mode 100755 From 0c658453c4cdf5ad0d6382013b4e0b9b10f0a737 Mon Sep 17 00:00:00 2001 From: Dayron Acevedo Date: Thu, 22 Feb 2024 13:45:53 -0500 Subject: [PATCH 2/5] feat: custosm s3 bucket --- .github/workflows/publishbeta.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publishbeta.yml b/.github/workflows/publishbeta.yml index c401e4e..5c5868c 100644 --- a/.github/workflows/publishbeta.yml +++ b/.github/workflows/publishbeta.yml @@ -1,11 +1,7 @@ -name: publish_beta +name: publish on: workflow_dispatch -env: - NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - NPM_AUTH_TOKEN_ORG: ${{ secrets.NPM_AUTH_TOKEN_ORG }} - jobs: publish: runs-on: ubuntu-latest @@ -33,3 +29,5 @@ jobs: - name: Publish run: sh ./bin/publishbeta.sh + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} \ No newline at end of file From 7dc975088f0cf1e4912c3c138fc208bcbb86037c Mon Sep 17 00:00:00 2001 From: Dayron Acevedo Date: Thu, 22 Feb 2024 13:50:01 -0500 Subject: [PATCH 3/5] feat: custosm s3 bucket --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76a2451..2d34c2f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "private": true, + "private": false, "scripts": { "postinstall": "lerna bootstrap", "build-packages": "lerna run build --scope @8base-react/* --scope 8base-react-sdk", From d4c678665e8a431a4cf58d21f2d74956bf0254d1 Mon Sep 17 00:00:00 2001 From: Dayron Acevedo Date: Thu, 22 Feb 2024 13:52:25 -0500 Subject: [PATCH 4/5] feat: custosm s3 bucket --- .github/workflows/publishbeta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishbeta.yml b/.github/workflows/publishbeta.yml index 5c5868c..f562ad9 100644 --- a/.github/workflows/publishbeta.yml +++ b/.github/workflows/publishbeta.yml @@ -1,4 +1,4 @@ -name: publish +name: publishbeta on: workflow_dispatch From 5c6ec1468ec3aa8c0fa0442039dee176b121240a Mon Sep 17 00:00:00 2001 From: Dayron Acevedo Date: Thu, 22 Feb 2024 13:54:46 -0500 Subject: [PATCH 5/5] feat: custosm s3 bucket --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d34c2f..76a2451 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "private": false, + "private": true, "scripts": { "postinstall": "lerna bootstrap", "build-packages": "lerna run build --scope @8base-react/* --scope 8base-react-sdk",