Skip to content

Commit

Permalink
Bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Nov 21, 2020
1 parent 7620899 commit e9a6509
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Get PR labels
id: pr-labels
uses: joerick/[email protected].2
uses: joerick/[email protected].3
```
## How do I use this?
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- name: Get PR labels
id: pr-labels
uses: joerick/[email protected].2
uses: joerick/[email protected].3
# GITHUB_PR_LABEL_TEST_FLIMBOMBLE was set by pr-labels-action
- run: |
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": "pr-labels-action",
"version": "1.0.2",
"version": "1.0.3",
"description": "A github action that extracts labels from the PR that this build belongs to and make them available to other actions.",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/joerick/pr-labels-action/"

[version]
current = "1.0.2"
current = "1.0.3"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit e9a6509

Please sign in to comment.