diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dfbde..1f08219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.5.4-4](https://github.com/peaceiris/actions-gh-pages/compare/v3.5.4-3...v3.5.4-4) (2020-03-14) + + +### test + +* skipOnFork() ([6f9a5b7](https://github.com/peaceiris/actions-gh-pages/commit/6f9a5b7a66bbf855cadc34099fa6450c40eff4a2)) + + + ## [3.5.4-3](https://github.com/peaceiris/actions-gh-pages/compare/v3.5.4-2...v3.5.4-3) (2020-03-14) diff --git a/package-lock.json b/package-lock.json index 9fd6890..7467686 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.5.4-3", + "version": "3.5.4-4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07a07e9..f1d7a64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.5.4-3", + "version": "3.5.4-4", "description": "GitHub Actions for GitHub Pages", "main": "lib/index.js", "engines": {