github-actions icon indicating copy to clipboard operation
github-actions copied to clipboard

How to use the published npm package to verdaccio?

Open LakshmiRavali opened this issue 4 years ago • 1 comments

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
?

LakshmiRavali avatar Nov 19 '21 06:11 LakshmiRavali

Ever figure this out? Wondering if this project might be abandoned now

willwill96 avatar May 10 '23 04:05 willwill96