Fix branch target
This commit is contained in:
parent
ff646e8fb8
commit
342f524ca3
3 changed files with 4 additions and 4 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npx pr-release pr --verbose --target main --source next --compact --verbose
|
||||
- run: npx pr-release pr --verbose --target master --source next --compact --verbose
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
# The following will publish a prerelease to npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue