From 7791b71b49544f3a3a749a9bd7ec49b2570067f5 Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Thu, 25 Jan 2024 11:30:30 -0500 Subject: [PATCH] chore: .. --- .github/workflows/builds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 2e2a7a8e..583e76a7 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -157,6 +157,7 @@ jobs: run: | cp homestar-runtime/README.md "homestar-runtime/npm/${{ env.node_pkg }}" cd "homestar-runtime/npm/${{ env.node_pkg }}" + chmod +x bin/${{ matrix.bin }} npm publish --access=public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} @@ -165,6 +166,7 @@ jobs: run: | cp homestar-runtime/README.md "homestar-runtime/npm/${{ env.node_pkg }}" cd "homestar-runtime/npm/${{ env.node_pkg }}" + chmod +x bin/${{ matrix.bin }} npm version $(cargo get package.version)-rc.$(date +%s) --git-tag-version false npm publish --access public --tag rc env: