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