From 13b20e9a197fe89e64d1b85b5476ef2be7fa4daa Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 20 Sep 2023 18:58:25 +0800 Subject: [PATCH] chore: use cnpm/github-actions/.github/workflows/node-release.yml@master --- .github/workflows/release.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 00000000..9f50e455 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,15 @@ +name: Release + +on: + push: + branches: [ master, 6.x ] + +jobs: + release: + name: Node.js + uses: cnpm/github-actions/.github/workflows/node-release.yml@master + secrets: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + GIT_TOKEN: ${{ secrets.GIT_TOKEN }} + with: + checkTest: false