Skip to content

Commit

Permalink
chore: auto release on master
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 18, 2022
1 parent 1d3f96e commit 877b4f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 33 deletions.
24 changes: 0 additions & 24 deletions .autod.conf.js

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ name: CI

on:
push:
branches: [ master, main ]
branches: [ master ]

pull_request:
branches: [ master, main, next, beta, '*.x' ]

schedule:
- cron: '0 2 * * *'
branches: [ master ]

workflow_dispatch: {}

Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on:
# 手动发布
push:
branches: [ master ]

workflow_dispatch: {}

jobs:
Expand All @@ -9,6 +12,6 @@ jobs:
uses: artusjs/github-actions/.github/workflows/node-release.yml@v1
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# with:
# checkTest: false
# dryRun: true
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
checkTest: false

0 comments on commit 877b4f3

Please sign in to comment.