Skip to content

Commit

Permalink
Release v1.0.1 (#2)
Browse files Browse the repository at this point in the history
* chore(version) 1.0.2 version

* Update README.md

Co-authored-by: Augusto Falcão <[email protected]>

* Update package.json

Co-authored-by: Augusto Falcão <[email protected]>

Co-authored-by: Augusto Falcão <[email protected]>
  • Loading branch information
hileomsi and falcaoaugustos authored Mar 30, 2021
1 parent 63ac7aa commit 3e19bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Create a workflow .yml file in your .github/workflows directory. An example work

```yaml
- name: Comment deploy URL to pull request
uses: Beakyn/gha-comment-pull-request@main
uses: Beakyn/gha-comment-pull-request@v1.0.1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gha-comment-pull-request",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,4 +13,4 @@
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0"
}
}
}

0 comments on commit 3e19bf4

Please sign in to comment.