We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4eea9e commit fadd5e8Copy full SHA for fadd5e8
.github/workflows/tests.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: yarn version --no-git-tag-version --new-version "0.0.0-sha.${{ github.sha }}"
33
- name: Check npmjsconfig
34
run: cat ${NPM_CONFIG_USERCONFIG}
35
- # - name: Publish development version
36
- # run: npm publish --provenance
37
- # env:
38
- # NODE_AUTH_TOKEN: ${{ github.token }}
+ - name: Publish development version
+ run: npm publish --provenance
+ env:
+ NODE_AUTH_TOKEN: ${{ github.token }}
0 commit comments