Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit f48e0a7

Browse files
committed
update changeset publish workflow
1 parent c028de2 commit f48e0a7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/changeset-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
48+
49+
- name: Export Error Logs as an Artifact
50+
uses: actions/upload-artifact@v4
51+
with:
52+
name: NPM error-logs
53+
path: /home/runner/.npm/_logs

lib/js-sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @zerochain/zus-sdk
22

3-
## 0.5.9
3+
## 0.5.10
44

55
### Patch Changes
66

lib/js-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerochain/zus-sdk",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)",
55
"scripts": {
66
"start": "node src/example.js",

0 commit comments

Comments
 (0)