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.
1 parent 3bdbcb8 commit ce3058aCopy full SHA for ce3058a
.github/workflows/create-new-version.yml
@@ -28,7 +28,9 @@ jobs:
28
runs-on: ubuntu-latest
29
30
outputs:
31
- is-breaking-change: ${{ inputs.major > steps.versioning.outputs.major }}
+ major: ${{ env.major }}
32
+ minor: ${{ env.minor }}
33
+ is-breaking-change: ${{ inputs.major > env.major }}
34
35
steps:
36
- name: 'Checkout ${{ github.head_ref || github.ref }}'
0 commit comments