We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83fcc13 + 045ccd6 commit 62b4ffeCopy full SHA for 62b4ffe
.github/workflows/test.yaml
@@ -80,8 +80,6 @@ jobs:
80
DEFAULT_BUMP: "patch"
81
TAG_CONTEXT: 'repo'
82
WITH_V: true
83
- PRERELEASE_SUFFIX: "beta"
84
- PRERELEASE: ${{ (github.base_ref || github.ref_name == 'beta') && 'true' || (((github.base_ref || github.ref_name == 'main') && 'false' || (github.base_ref || github.ref_name == 'integration') && 'false') || 'true') }}
85
DRY_RUN: true
86
87
- name: Compare versions
0 commit comments