Skip to content

Commit 70ab605

Browse files
Attempt to fix the missing VCS information
1 parent 4bf1a8c commit 70ab605

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
jfrog config add repox --url https://repox.jfrog.io --access-token ${{ fromJSON(steps.secrets.outputs.vault).promoter_access_token }}
5151
jfrog config use repox
5252
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
5553
jfrog rt build-add-git $BUILD_NAME $RELEASE_TAG
5654
jfrog rt build-publish $BUILD_NAME $RELEASE_TAG
5755
jfrog rt build-promote --status released $BUILD_NAME $RELEASE_TAG $ARTIFACTORY_REPOSITORY_NAME
56+
cd build
57+
jfrog npm publish --build-name $BUILD_NAME --build-number $RELEASE_TAG
5858
5959
- name: Publish the package to npm
6060
run: |

0 commit comments

Comments
 (0)