mirror of
https://github.com/sofastack/sofa-rpc-node.git
synced 2026-01-18 15:55:54 +00:00
18 lines
314 B
YAML
18 lines
314 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
|
|
workflow_dispatch: {}
|
|
|
|
jobs:
|
|
release:
|
|
name: Node.js
|
|
uses: artusjs/github-actions/.github/workflows/node-release.yml@v1
|
|
secrets:
|
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
|
with:
|
|
checkTest: false
|