File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 69
69
- prepare
70
70
steps :
71
71
- uses : actions/checkout@v3
72
- - uses : legobeat/npm-actions/compat-test@dev
72
+ - uses : legobeat/npm-actions/publish@dev-multi
73
+ env :
74
+ VERDACCIO_STORAGE_PATH : /registry-data
75
+ id : local-publish
76
+ - name : Cache package registry
77
+ uses : actions/cache@v3
78
+ with :
79
+ path : ${{ steps.local-publish.outputs.registry-path }}
80
+ key : yarn-cache-${{ steps.local-publish.outputs.package-name }}-${{ steps.local-publish.outputs.package-shasum }}
81
+ - 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 }}
73
86
- name : Require clean working directory
74
87
shell : bash
75
88
run : |
Original file line number Diff line number Diff line change
1
+ registry = http://127.0.0.1:4873
2
+ //127.0.0.1:4873/:_authToken = 9 dL39 x9 l1 Wr13 AFeRL1 nFQ==
You can’t perform that action at this time.
0 commit comments