Skip to content

Commit

Permalink
v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Aug 9, 2021
1 parent 33bdb9c commit 6967f56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.3.5
- uses: toshimaru/auto-author-assign@v1.3
```

## Use your token
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "auto-author-assign",
"version": "1.3.5",
"version": "1.3.6",
"description": "GitHub Actions: Assign pull request author automatically.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 6967f56

Please sign in to comment.