Skip to content

Commit

Permalink
Merge branch 'development' into fix-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari authored Jul 26, 2024
2 parents c5a36ec + 1c35d75 commit 418c85a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
build-stable:
name: check stable
runs-on: [ self-hosted, ubuntu-high-cpu ]
env:
RUSTUP_PERMIT_COPY_RENAME: true

steps:
- name: checkout
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
with:
node-version: "20"
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: bindings
access: 'public'

# Publish the Tari Wallet Daemon client to the NPM registry
publish-wallet-daemon-client:
Expand All @@ -38,8 +40,10 @@ jobs:
with:
node-version: "20"
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: clients/javascript/wallet_daemon_client
access: 'public'

2 changes: 1 addition & 1 deletion applications/tari_dan_wallet_web_ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/javascript/wallet_daemon_client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/javascript/wallet_daemon_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tari-project/wallet_jrpc_client",
"version": "1.0.7",
"version": "1.0.8",
"description": "Tari wallet JSON-RPC client library",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 418c85a

Please sign in to comment.