Skip to content

Commit

Permalink
chore(js): fix release (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Jun 12, 2024
2 parents e57fe6f + e798b06 commit 19f2c87
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 4,873 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pkg-js-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
with:
fetch-depth: 0
path: "."
sparse-checkout: "pkg/js"
sparse-checkout-cone-mode: false
## TODO: We need to comment these out b/c we are copying the main README as part of the publish process
## Once we have a README specific to the JS package, we can re-include them
# sparse-checkout: "pkg/js"
# sparse-checkout-cone-mode: false

- name: Set up node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Expand Down
Loading

0 comments on commit 19f2c87

Please sign in to comment.