Skip to content

Revert "chore: checkout main" #4

Revert "chore: checkout main"

Revert "chore: checkout main" #4

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