Skip to content

Commit

Permalink
Merge branch 'main' into error-re-design
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/core/app_context.rs
#	src/core/ir/cache.rs
#	src/core/ir/eval.rs
#	src/core/ir/io.rs
#	src/core/ir/mod.rs
  • Loading branch information
tusharmath committed Jun 15, 2024
2 parents 3185ae6 + 6e89264 commit 5218d50
Show file tree
Hide file tree
Showing 72 changed files with 1,404 additions and 606 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ jobs:
APP_VERSION: ${{needs.draft_release.outputs.create_release_name }}
run: |
cd npm
npm run gen-root -- --version ${{ env.APP_VERSION }}
npm run gen-root -- --version ${{ env.APP_VERSION }} --name @tailcallhq/tailcall
- name: Setup .npmrc file to publish to npm
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > ~/.npmrc
- name: Publish packages
Expand Down
Loading

0 comments on commit 5218d50

Please sign in to comment.