Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
saionaro committed Mar 5, 2020
1 parent 07e422f commit d8ba0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/[email protected].3
uses: Saionaro/[email protected].4
# From now you can access version
- name: Print version
run: echo ${{ steps.extract_version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d8ba0a4

Please sign in to comment.