Skip to content

Commit

Permalink
chore: start 3.x branch LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 1, 2024
1 parent 957402a commit c7f236b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ on:
- master
pull_request:
branches:
- main
- master
schedule:
- cron: '0 2 * * *'
- 3.x

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .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: [ beta, master ]
branches: [ 3.x ]

workflow_dispatch: {}

Expand All @@ -14,4 +14,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
checkTest: false
checkTest: false
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "alipay-sdk",
"version": "3.6.1",
"publishConfig": {
"tag": "latest-3"
},
"description": "支付宝开放平台 Node.js SDK",
"main": "lib/alipay.js",
"scripts": {
Expand Down

0 comments on commit c7f236b

Please sign in to comment.