github-actions
github-actions copied to clipboard
How to use the published npm package to verdaccio?
I am using verdaccio/github-actions/publish action, I want to install the package after it publish How to do this?
Example:
- uses: actions/checkout@v2
- name: Publish
uses: verdaccio/github-actions/[email protected]
with:
args: -d
env:
NODE_ENV: development
- name: Install the published release
?
Ever figure this out? Wondering if this project might be abandoned now