File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,13 @@ jobs:
70
70
steps :
71
71
- uses : actions/checkout@v3
72
72
- uses : legobeat/npm-actions/publish@dev-multi
73
- env :
74
- VERDACCIO_STORAGE_PATH : /registry-data
75
73
id : local-publish
76
74
- name : Cache package registry
77
75
uses : actions/cache@v3
78
76
with :
79
77
path : ${{ steps.local-publish.outputs.registry-path }}
80
78
key : yarn-cache-${{ steps.local-publish.outputs.package-name }}-${{ steps.local-publish.outputs.package-shasum }}
81
79
- uses : legobeat/npm-actions/compat-test@dev-multi
82
- with :
83
- registry-path : ${{ steps.local-publish.outputs.registry-path }}
84
- env :
85
- VERDACCIO_STORAGE_PATH : ${{ steps.local-publish.outputs.registry-path }}
86
80
- name : Require clean working directory
87
81
shell : bash
88
82
run : |
You can’t perform that action at this time.
0 commit comments