Skip to content

chore: 增加版本说明 #1

chore: 增加版本说明

chore: 增加版本说明 #1

Workflow file for this run

name: Release for 3.x
on:
push:
branches: [ 3.x ]
jobs:
release:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-release-no-provenance.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}