diff --git a/README.md b/README.md index f4ffba7..cacdc80 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - id: release - uses: phish108/release-check@1.0.8-main.3 + uses: phish108/release-check@1.0.9-main.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest steps: - id: release - uses: phish108/release-check@1.0.8-main.3 + uses: phish108/release-check@1.0.9-main.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} protected-paths: | diff --git a/package-lock.json b/package-lock.json index 9d8608b..d6c363d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "release-check", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 392a8ef..c09f6a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-check", - "version": "1.0.8", + "version": "1.0.9", "description": "Check if a push or pull request should trigger a release.", "main": "dist/index.js", "scripts": {