Skip to content

Commit ce3058a

Browse files
committed
sadwe
1 parent 3bdbcb8 commit ce3058a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create-new-version.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
outputs:
31-
is-breaking-change: ${{ inputs.major > steps.versioning.outputs.major }}
31+
major: ${{ env.major }}
32+
minor: ${{ env.minor }}
33+
is-breaking-change: ${{ inputs.major > env.major }}
3234

3335
steps:
3436
- name: 'Checkout ${{ github.head_ref || github.ref }}'

0 commit comments

Comments
 (0)