mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
16 lines
376 B
YAML
16 lines
376 B
YAML
name: Release
|
|
on:
|
|
push:
|
|
branches: [ master, 2.x, 1.x ]
|
|
|
|
jobs:
|
|
release:
|
|
name: Node.js
|
|
uses: eggjs/github-actions/.github/workflows/node-release.yml@master
|
|
secrets:
|
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
|
with:
|
|
checkTest: false
|
|
install: 'npm install --legacy-peer-deps --no-package-lock --no-fund'
|