Skip to content

⚙️ (jfrog) [NO-ISSUE]: Push lib to jfrog artifactory #43

⚙️ (jfrog) [NO-ISSUE]: Push lib to jfrog artifactory

⚙️ (jfrog) [NO-ISSUE]: Push lib to jfrog artifactory #43

Workflow file for this run

name: publish npm packages
# on:
# push:
# branches:
# - main
on:
pull_request:
env:
FORCE_COLOR: "1"
jobs:
publish:
environment: Production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-toolchain-composite
- name: install dependencies
run: pnpm install
- name: build libraries
run: pnpm build
- name: Login to JFrog Ledger
id: jfrog-login
uses: LedgerHQ/actions-security/actions/jfrog-login@main
- name: Publish to JFrog Ledger
run: pnpm publish --registry https://artifactory.ledgerlabs.net/artifactory/api/npm/dack-npm-dev-public/