Skip to content

Commit a9fbbcb

Browse files
Update README.md
1 parent 35fb3ae commit a9fbbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use this action in your project, use the following:
88

99
```
1010
- name: get-npm-version
11-
uses: martinbeentjes/npm-get-version-action@v1
11+
uses: martinbeentjes/npm-get-version-action@master
1212
```
1313

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

0 commit comments

Comments
 (0)