mirror of
https://github.com/martinbeentjes/npm-get-version-action.git
synced 2025-12-06 07:38:05 +08:00
Update README.md
This commit is contained in:
@@ -8,7 +8,7 @@ To use this action in your project, use the following:
|
||||
|
||||
```
|
||||
- name: get-npm-version
|
||||
uses: martinbeentjes/npm-get-version-action@v1
|
||||
uses: martinbeentjes/npm-get-version-action@master
|
||||
```
|
||||
|
||||
The Action sets an output variable called `current-version` which can be used in a following step by using `${{ steps.get-npm-version.outputs.current-version}}`.
|
||||
|
||||
Reference in New Issue
Block a user