diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7b77e83..f36497a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,8 @@ on: branches: # run scripts/make-release to create a release. it handles the versioning, # creating the branch, and pushing it to github to trigger this workflow. - - main, master + - main + - master types: - closed diff --git a/package.json b/package.json index cecf76f..789a4db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bmacnaughton/action-walk", "access": "public", - "version": "2.2.0", + "version": "2.3.0", "description": "walk a directory tree performing actions", "main": "action-walk.js", "engines": {