Skip to content

Commit

Permalink
i dunno
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalicki2 committed Dec 18, 2023
1 parent 0d5dc81 commit cab017a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}}

0 comments on commit cab017a

Please sign in to comment.