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 23, 2025
1 parent aba8470 commit c767406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-install-script-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: change package name
run: |
sed -i 's/"name": "[^"]*"/"name": "aerospike"/' package.json
sed -i 's/"name": "[^"]*"/"name": "tarolike"/' package.json
- name: npm rc 2
run: |
Expand All @@ -99,10 +99,10 @@ jobs:
npm -v
- name: Setup config
run: jf npm-config --repo clients-npm-dev-local
run: jf npm-config --repo-deploy clients-npm-dev-local --repo-resolve https://registry.npmjs.org/

- name: Publish NPM package
run: jf npm publish clients-npm-dev-local
run: jf npm publish

#- name: npm publish
# run: |
Expand Down

0 comments on commit c767406

Please sign in to comment.