Skip to content

Commit 3cf2730

Browse files
fix: readme had wrong value (#29)
1 parent f8bae97 commit 3cf2730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use this action in your project, use the following:
99
```yaml
1010
- name: get-npm-version
1111
id: package-version
12-
uses: martinbeentjes/npm-get-version-action@main
12+
uses: martinbeentjes/npm-get-version-action@v1.3.1
1313
```
1414
1515
The Action sets an output variable called `current-version` which can be used in a following step by using `${{ steps.package-version.outputs.current-version}}`.
@@ -19,7 +19,7 @@ If you are using a monorepo or otherwise have some packages in a subdirectory of
1919
```yaml
2020
- name: get-npm-version
2121
id: package-version
22-
uses: martinbeentjes/npm-get-version-action@v1.3.0
22+
uses: martinbeentjes/npm-get-version-action@v1.3.1
2323
with:
2424
path: packages/<yourpackage>
2525
```

0 commit comments

Comments
 (0)