koumatsumoto / publish-github-packages-npm

The GitHub Action to publish npm packages to GitHub Packages registory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koumatsumoto/publish-github-packages-npm

The GitHub Action to publish npm packages to GitHub Packages registry.

sample code

- uses: koumatsumoto/publish-github-packages-npm@v1
  with:
    auth_token: ${{ secrets.GITHUB_TOKEN }}
    version: 1.0.0

About

The GitHub Action to publish npm packages to GitHub Packages registory

License:Apache License 2.0