Skip to content

Commit

Permalink
Add missing prerelease branch target.
Browse files Browse the repository at this point in the history
Without specifying target:master the prerelease version calculation would be incorrect.
  • Loading branch information
JAForbes authored and StephanHoyer committed Jun 6, 2022
1 parent a459a81 commit da1454b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da1454b

Please sign in to comment.