Skip to content

fixup! fix(scripts/release): fetch in shallow repo #6

fixup! fix(scripts/release): fetch in shallow repo

fixup! fix(scripts/release): fetch in shallow repo #6

Workflow file for this run

name: Release PR
on:
push:
branches:
- main
- release-workflow
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
permissions:
contents: write
jobs:
create-pr:
name: Create release PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
registry-url: "https://registry.npmjs.org/"
cache: npm
- run: npm ci
- run: npm run release