Skip to content

Commit

Permalink
updated release files for f95673b
Browse files Browse the repository at this point in the history
  • Loading branch information
phish108 committed Jan 9, 2021
1 parent b161ec1 commit cd10c12
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 @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: release
uses: phish108/[email protected].10-main.3
uses: phish108/[email protected].11-main.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: release
uses: phish108/[email protected].10-main.3
uses: phish108/[email protected].11-main.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
protected-paths: |
Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-check",
"version": "1.0.10",
"version": "1.0.11",
"description": "Check if a push or pull request should trigger a release.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit cd10c12

Please sign in to comment.