diff --git a/CHANGELOG.md b/CHANGELOG.md index f76353f..a7e75c5 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-2](https://github.com/peaceiris/actions-gh-pages/compare/v3.5.4-1...v3.5.4-2) (2020-03-14) + + +### fix + +* skip logic ([c97a39a](https://github.com/peaceiris/actions-gh-pages/commit/c97a39a35f681badbf7490c2786eddf06b17316d)) + + + ## [3.5.4-1](https://github.com/peaceiris/actions-gh-pages/compare/v3.5.4-0...v3.5.4-1) (2020-03-14) diff --git a/package-lock.json b/package-lock.json index 8c93ec6..266127c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.5.4-1", + "version": "3.5.4-2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b11db8e..f31439a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-github-pages", - "version": "3.5.4-1", + "version": "3.5.4-2", "description": "GitHub Actions for GitHub Pages", "main": "lib/index.js", "engines": {