Add missing prerelease branch target.
Without specifying target:master the prerelease version calculation would be incorrect.
This commit is contained in:
parent
a459a81832
commit
da1454b3c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -34,5 +34,5 @@ jobs:
|
|||
name: Setup NPM Auth
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: npx pr-release infer-prerelease --preid=next --verbose --publish --minimize-semver-change
|
||||
- run: npx pr-release infer-prerelease --preid=next --target master --source next --verbose --publish --minimize-semver-change
|
||||
name: Publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue