/package-version

GitHub Action that reads the npm version from package.json file

Primary LanguageShell

package-version

GitHub Action that reads the npm version from package.json file.

Usage

- uses: gagle/package-version@v1
  id: package-version

- run: ${{ steps.package-version.outputs.version }}