Skip to content

Commit 9c71ac5

Browse files
committed
sad
1 parent ce3058a commit 9c71ac5

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: ${{ steps.versioning.outputs.major }}"
54-
echo "minor: ${{ steps.versioning.outputs.minor }}"
55-
echo "is-breaking-change: ${{ steps.versioning.outputs.is-breaking-change }}"
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 }}"
5656
5757

0 commit comments

Comments
 (0)