Skip to content

Get current lerna version

Actions
Get the current version of lerna.json
v1.0.4
Latest
Star (0)

lerna-get-version-action

This GitHub Action retrieves the version from the lerna.json file and sets the version in the lerna-version output value usable in your workflow file.

Example

To use this action in your project, use the following:

      - name: get-lerna-version
        id: lerna-version
        uses: saulonunesdev/lerna-get-version-action@v1.0.4

The Action sets an output variable called lerna-version which can be used in a following step by using ${{ steps.lerna-version.outputs.lerna-version}}.

Based on: https://github.com/martinbeentjes/npm-get-version-action

Get current lerna version is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Get the current version of lerna.json
v1.0.4
Latest

Get current lerna version is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.