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 e069d9a commit 9a7592cCopy full SHA for 9a7592c
.github/workflows/build.yml
@@ -85,6 +85,7 @@ jobs:
85
shell: bash
86
run: |
87
echo "${{ steps.create-build-number.outputs.build-number }}"
88
+ echo "${{ toJSON(steps.create-build-number.outputs.build-number) }}"
89
- name: 'Format version'
90
id: format-version
91
uses: ./.github/actions/format-version
0 commit comments