Skip to content

Commit 14c0d88

Browse files
committed
we're on v2 now
1 parent f83b836 commit 14c0d88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A GitHub Action for approving pull requests.
77
```yaml
88
steps:
99
- name: Approve Pull Request
10-
uses: juliangruber/approve-pull-request-action@v1.1.1
10+
uses: juliangruber/approve-pull-request-action@v2.0.0
1111
with:
1212
github-token: ${{ secrets.GITHUB_TOKEN }}
1313
number: 1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "ncc build index.js",
1111
"version": "npm run build && git add dist",
1212
"release": "np",
13-
"postversion": "git tag --force v1"
13+
"postversion": "git tag --force v2"
1414
},
1515
"np": {
1616
"publish": false

0 commit comments

Comments
 (0)