diff options
-rw-r--r-- | .github/workflows/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/README.md b/.github/workflows/README.md index fda0858d..13ed0206 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -6,7 +6,7 @@ When merging to `preview`: - all of the artifacts are downloaded (and the Apple Silicon downloaded from S3 bucket) and pushed to the store/registry all at once, as pre-releases. - the version is bumped and this change is commited to preview -# main +## main When merging to `main`: > Make sure to sh build.sh m1 and push to the S3 bucket before merging to main, so that the newest Apple Silicon binary is available to package with the extension. |