diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1612587..13ba5dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: - branches: [ master ] + branches: [ master, 1.x ] workflow_dispatch: {} diff --git a/package.json b/package.json index 2865488..7b1f0cd 100644 --- a/package.json +++ b/package.json @@ -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" @@ -67,5 +67,9 @@ }, "engines": { "node": ">= 14.0.0" + }, + "publishConfig": { + "access": "public", + "tag": "latest-1" } }