From 7b7b67476f5d7b1b96e52a0f830d8d7207cd8802 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 2 Aug 2023 09:52:54 +0800 Subject: [PATCH] fix: checkout 1.x branch --- .github/workflows/release.yml | 2 +- package.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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" } }