Skip to content

chore: start 2.x branch #3

chore: start 2.x branch

chore: start 2.x branch #3

Workflow file for this run

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