Skip to content

Commit

Permalink
fix: checkout 1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Aug 2, 2023
1 parent 639278d commit 7b7b674
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [ master ]
branches: [ master, 1.x ]

workflow_dispatch: {}

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-ts-helper",
"version": "1.34.7",
"version": "1.35.1",
"description": "egg typescript helper",
"bin": {
"ets": "dist/bin.js"
Expand Down Expand Up @@ -67,5 +67,9 @@
},
"engines": {
"node": ">= 14.0.0"
},
"publishConfig": {
"access": "public",
"tag": "latest-1"
}
}

0 comments on commit 7b7b674

Please sign in to comment.