Skip to content

chore: add 13.x branch #15

chore: add 13.x branch

chore: add 13.x branch #15

Workflow file for this run

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