Skip to content

chore: rename yml for 2.x #1

chore: rename yml for 2.x

chore: rename yml for 2.x #1

Workflow file for this run

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