From d7b5a761db29481131463f1a630dbecb97d23fe9 Mon Sep 17 00:00:00 2001 From: finn Date: Thu, 7 Mar 2024 15:47:18 -0800 Subject: [PATCH] jfrog what are you doing --- .github/workflows/release-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 62ad72f91..d173eb01c 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -101,5 +101,5 @@ jobs: # login to jfrog and publish jf npm-config --global=true --repo-resolve=tbd-oss-snapshots-npm --repo-deploy=tbd-oss-snapshots-npm - npm publish --registry https://blockxyz.jfrog.io/artifactory/api/npm/tbd-oss-snapshots-npm/ + jf npm publish --registry https://blockxyz.jfrog.io/artifactory/api/npm/tbd-oss-snapshots-npm/ shell: bash