Skip to content

Commit 54fa1fd

Browse files
committed
Add s3 sync step to release file
1 parent 901745e commit 54fa1fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

release.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ npx @neo4j/code-signer --verify \
4545
--app ./package \
4646
--root-cert ~/.ssh/neo4j_desktop.cert
4747

48-
npm publish --access public *.tgz
48+
# Publish on NPM
49+
npm publish --access public *.tgz
50+
51+
# Sync to S3
52+
aws s3 sync --profile devrel dist s3://n10s.graphapp.io

0 commit comments

Comments
 (0)