Skip to content

Commit f8e8b5e

Browse files
committed
asdewc
1 parent 9c71ac5 commit f8e8b5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: 'Read variables'
5151
id: set-variables
5252
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 }}"
53+
echo "major: ${{ needs.versioning.outputs.major }}"
54+
echo "minor: ${{ needs.versioning.outputs.minor }}"
55+
echo "is-breaking-change: ${{ needs.versioning.outputs.is-breaking-change }}"
5656
5757

0 commit comments

Comments
 (0)