File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8585 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8686 WITH_V : true
8787 DEFAULT_BUMP : " patch"
88- TAG_CONTEXT : ' repo'
88+ TAG_CONTEXT : ${{ (github.base_ref != 'main') && 'branch' || ' repo' }}
8989 PRERELEASE_SUFFIX : " beta"
90- PRERELEASE : true
90+ PRERELEASE : ${{ (github.base_ref != 'main') && ' true' || 'false' }}
9191 DRY_RUN : true
9292
9393 - name : Summary
Original file line number Diff line number Diff line change 6262 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6363 WITH_V : true
6464 DEFAULT_BUMP : " patch"
65- TAG_CONTEXT : ' repo'
65+ TAG_CONTEXT : ${{ (github.base_ref != 'main') && 'branch' || ' repo' }}
6666 PRERELEASE_SUFFIX : " beta"
67- PRERELEASE : true
67+ PRERELEASE : ${{ (github.base_ref != 'main') && ' true' || 'false' }}
6868 DRY_RUN : true
6969
7070 - name : Compare versions
You can’t perform that action at this time.
0 commit comments