Skip to content

chore(ci): set release please action target branch to v3 #315

chore(ci): set release please action target branch to v3

chore(ci): set release please action target branch to v3 #315

Workflow file for this run

name: v3-cd
on:
push:
branches:
- v3
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
npm:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: "20.5.1"
cache: "npm"
- name: Enable corepack
run: corepack enable
- name: Install dependencies
run: npm ci
- name: Publish to npm
uses: JS-DevTools/[email protected]
with:
token: ${{ secrets.NPM_TOKEN }}
tag: stable