Update README.md

This commit is contained in:
Martin Beentjes
2020-04-16 12:10:37 +02:00
committed by GitHub
parent 35fb3aea8a
commit a9fbbcbf66

View File

@@ -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}}`.