Skip to content

Commit

Permalink
CI/CD enginerring
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Jan 17, 2025
1 parent 62dc5dd commit d40fa82
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/upload-jfrog-build-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,25 @@ jobs:
run: |
npm get registry
- name: npm get publish
- name: build pack
run: |
cat package.json
npm version 6.0.3-dev.4 --no-git-tag-version
./scripts/build-c-client.sh;
npm install;
npm publish --registry=https://aerospike.jfrog.io/artifactory/api/npm/clients-npm-dev-local/
- name: npm rc
run: echo "$NPMRC" | base64 --decode > ~/.npmrc

- name: npm publish
run: |
npm install;
npm publish --registry=https://aerospike.jfrog.io/artifactory/api/npm/clients-npm-dev-local/
- name: npm install
run: |
npm install [email protected]
Expand Down

0 comments on commit d40fa82

Please sign in to comment.