From cab017ad52ebecf179bd679865f9faf75ad9a566 Mon Sep 17 00:00:00 2001 From: Robert Balicki Date: Sun, 17 Dec 2023 19:10:04 -0500 Subject: [PATCH] i dunno --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75d586e4..9c7ded17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: with: name: isograph_cli-macos-arm64 path: libs/isograph-compiler/artifacts/macos-arm64 - - name: Download artifact isograph_cli-macos-arm64 + - name: Download artifact isograph_cli-macos-x64 uses: actions/download-artifact@v2 with: name: isograph_cli-macos-x64 @@ -134,7 +134,9 @@ jobs: # if: github.ref == 'refs/heads/main' || github.ref_type == 'tag' && startsWith(github.ref_name, 'v') run: | for pkg in libs/*; do + cd libs/$pkg npm publish "$pkg" --tag main + cd ../.. done env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}