Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
saionaro committed May 11, 2024
1 parent a2f2486 commit a73864e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: saionaro/extract-package-version@v1.2.1
- uses: saionaro/extract-package-version@v1.3.0
id: package_ver
# from now you can access the version
- run: echo ${{ steps.package_ver.outputs.version }}
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: saionaro/extract-package-version@v1.2.1
- uses: saionaro/extract-package-version@v1.3.0
id: package_ver
with:
path: mysubdir
Expand Down

0 comments on commit a73864e

Please sign in to comment.