Restore pr-release stuff, fix target branch

This commit is contained in:
Claudia Meadows 2024-09-23 05:33:27 -07:00
parent a4bf63d899
commit 36c503a9d7
No known key found for this signature in database
GPG key ID: C86B594396786760
2 changed files with 33 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: merge
on:
push:
branches: [ master ]
branches: [ main ]
workflow_dispatch:
@ -21,7 +21,7 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run build
- run: npx pr-release merge --target master --source next --commit --force --clean --changelog ./docs/recent-changes.md --compact --minimize-semver-change
- run: npx pr-release merge --target main --source next --commit --force --clean --changelog ./docs/recent-changes.md --compact --minimize-semver-change
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}