Skip to content

Commit

Permalink
feat: expose target_commitish from the release API
Browse files Browse the repository at this point in the history
I forgot to squash commit #3 so the commit message didn't get the title which didn't trigger `semantic-release`
  • Loading branch information
abatilo authored Aug 11, 2020
1 parent dd4cedc commit a5c13c9
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 @@ -25,7 +25,7 @@ Example step
```
- name: Get Latest Release
id: latest_version
uses: abatilo/release-info-action@v1.1.0
uses: abatilo/release-info-action@v1.2.0
with:
owner: abatilo
repo: release-info-action
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@master
- name: Get Latest Release
id: latest_version
uses: abatilo/release-info-action@v1.1.0
uses: abatilo/release-info-action@v1.2.0
with:
owner: abatilo
repo: release-info-action
Expand Down

0 comments on commit a5c13c9

Please sign in to comment.