We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5407cf commit fa53c52Copy full SHA for fa53c52
.github/workflows/tests.yaml
@@ -30,11 +30,6 @@ jobs:
30
run: yarn lint
31
- name: Set development version
32
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
38
- name: Publish development version
39
run: npm publish --provenance
40
env:
.npmrc
@@ -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