Skip to content

Commit fadd5e8

Browse files
committed
broken cache
1 parent a4eea9e commit fadd5e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: yarn version --no-git-tag-version --new-version "0.0.0-sha.${{ github.sha }}"
3333
- name: Check npmjsconfig
3434
run: cat ${NPM_CONFIG_USERCONFIG}
35-
# - name: Publish development version
36-
# run: npm publish --provenance
37-
# env:
38-
# NODE_AUTH_TOKEN: ${{ github.token }}
35+
- name: Publish development version
36+
run: npm publish --provenance
37+
env:
38+
NODE_AUTH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)