Skip to content

Commit

Permalink
⚙️ (jfrog) [NO-ISSUE]: Rename changeset package
Browse files Browse the repository at this point in the history
  • Loading branch information
dedsxc committed Sep 24, 2024
1 parent f1427fc commit cf26713
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/tender-rings-leave.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@ledgerhq/device-sdk-core": patch
"@ledgerhq/device-management-kit": patch
---

Add ListDeviceSessions use case
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:

- uses: ./.github/actions/setup-toolchain-composite

# - name: install dependencies
# run: pnpm install
- name: install dependencies
run: pnpm install

# - name: build libraries
# run: pnpm build
- name: build libraries
run: pnpm build

- name: Login to internal JFrog registry
id: jfrog-login
Expand All @@ -44,6 +44,9 @@ jobs:
registry=https://${NPM_REGISTRY}/
//${NPM_REGISTRY}/:_authToken=${NPM_REGISTRY_TOKEN}
EOF
- name: Create dist directory to store tarball
run: mkdir -p dist

- name: Publish
id: changesets
Expand Down

0 comments on commit cf26713

Please sign in to comment.