diff --git a/README.md b/README.md index ef31cf1..01c1105 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: - name: Extract version id: extract_version - uses: Saionaro/extract-package-version@v1.0.3 + uses: Saionaro/extract-package-version@v1.0.4 # From now you can access version - name: Print version run: echo ${{ steps.extract_version.outputs.version }} diff --git a/package.json b/package.json index 3943412..e864ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-package-version", - "version": "1.0.3", + "version": "1.0.4", "description": "Allows you to get the npm version of the package in your Github Actions workflow", "main": "index.js", "scripts": {