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 9c71ac5 commit f8e8b5eCopy full SHA for f8e8b5e
.github/workflows/create-new-version.yml
@@ -50,8 +50,8 @@ jobs:
50
- name: 'Read variables'
51
id: set-variables
52
run: |
53
- echo "major: ${{ jobs.versioning.outputs.major }}"
54
- echo "minor: ${{ jobs.versioning.outputs.minor }}"
55
- echo "is-breaking-change: ${{ jobs.versioning.outputs.is-breaking-change }}"
+ echo "major: ${{ needs.versioning.outputs.major }}"
+ echo "minor: ${{ needs.versioning.outputs.minor }}"
+ echo "is-breaking-change: ${{ needs.versioning.outputs.is-breaking-change }}"
56
57
0 commit comments