diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3731584..52e49a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: push: tags: - v* - branches: [ master, dev, ci, skyline] + branches: [ master, dev, ci] pull_request: branches: [ master ] # # Allows you to run this workflow manually from the Actions tab diff --git a/tools/replace-skyline.sh b/tools/replace-skyline.sh index f729f98..f37972f 100755 --- a/tools/replace-skyline.sh +++ b/tools/replace-skyline.sh @@ -7,8 +7,8 @@ cache_dir="$root_dir/cache" nwjs_dir="$root_dir/nwjs" package_dir="$root_dir/package.nw" -shared_memory_version="v1.0.1" -skyline_version="v1.0.1" +shared_memory_version="v1.0.2" +skyline_version="v1.0.2" cd "$package_dir/node_modules" rm sharedMemory/sharedMemory.node