Skip to content

build: with fixed branch #12

build: with fixed branch

build: with fixed branch #12

Workflow file for this run

name: Release
on:
push:
branches: [ cur-publish, cur-publish-dev ]
jobs:
release:
name: Node.js
uses: eggjs/github-actions/.github/workflows/node-release.yml@master
permissions:
id-token: write
contents: write
deployments: write
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
checkTest: false
install: 'npm install --legacy-peer-deps --no-package-lock --no-fund'
dryRun: false
action_ref: cur-publish-dev #强制自定义发布分支