Skip to content

Commit

Permalink
chore: use cnpm/github-actions/.github/workflows/node-release.yml@master
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Sep 20, 2023
1 parent 48b411a commit 13b20e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .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

0 comments on commit 13b20e9

Please sign in to comment.