Skip to content

chore: start 4.x branch #4

chore: start 4.x branch

chore: start 4.x branch #4

Workflow file for this run

name: Release for 4.x
on:
push:
branches: [ 4.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 }}