Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,6 @@ jobs:
# "opencor/libopencor" repository. (Provenance can be disabled, but we prefer to be open.)
run: |
cd build/src/bindings/javascript/build/src
npm publish --access public --no-git-checks
npm publish --access public
cd types
npm publish --access public --no-git-checks
npm publish --access public
Comment thread
agarny marked this conversation as resolved.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20260716.0
1.20260716.1
Loading