Skip to content

fix: change repository.url to let auto release work #13

fix: change repository.url to let auto release work

fix: change repository.url to let auto release work #13

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 }}