Skip to content

Commit fa53c52

Browse files
committed
check how the actions behave with npmjs configured
1 parent f5407cf commit fa53c52

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
run: yarn lint
3131
- name: Set development version
3232
run: yarn version --no-git-tag-version --new-version "0.0.0-sha.${{ github.sha }}"
33-
- name: check npmrc
34-
run: |
35-
cat ~/.npmrc || true
36-
cat .npmrc || true
37-
cat $NPM_CONFIG_USERCONFIG || true
3833
- name: Publish development version
3934
run: npm publish --provenance
4035
env:

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
2+
@scality:registry=https://npm.pkg.github.com/
3+
always-auth=false

0 commit comments

Comments
 (0)