Skip to content

Commit

Permalink
Merge pull request #8 from bmacnaughton/release/v2.3.0
Browse files Browse the repository at this point in the history
Release/v2.3.0
  • Loading branch information
bmacnaughton authored Nov 24, 2023
2 parents d3d098d + 38c49b0 commit 1d5d2ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1d5d2ab

Please sign in to comment.