We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf1a8c commit 70ab605Copy full SHA for 70ab605
1 file changed
.github/workflows/release.yml
@@ -50,11 +50,11 @@ jobs:
50
jfrog config add repox --url https://repox.jfrog.io --access-token ${{ fromJSON(steps.secrets.outputs.vault).promoter_access_token }}
51
jfrog config use repox
52
jfrog npm-config --repo-resolve npm --repo-deploy $ARTIFACTORY_REPOSITORY_NAME
53
- cd build
54
- jfrog npm publish --build-name $BUILD_NAME --build-number $RELEASE_TAG
55
jfrog rt build-add-git $BUILD_NAME $RELEASE_TAG
56
jfrog rt build-publish $BUILD_NAME $RELEASE_TAG
57
jfrog rt build-promote --status released $BUILD_NAME $RELEASE_TAG $ARTIFACTORY_REPOSITORY_NAME
+ cd build
+ jfrog npm publish --build-name $BUILD_NAME --build-number $RELEASE_TAG
58
59
- name: Publish the package to npm
60
run: |
0 commit comments