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 6633b4d commit 8083e37Copy full SHA for 8083e37
.github/workflows/build.yml
@@ -94,7 +94,7 @@ jobs:
94
version: ${{ steps.versioning.outputs.version }}
95
patch: ${{ github.run_number }}
96
build-number: ${{ steps.create-build-number.outputs.build-number }}
97
- sha: ${{ github.sha }}]
+ sha: ${{ github.sha }}
98
pre-release-tag: ${{ steps.create-pre-release-tag.outputs.pre-release-tag }}
99
- name: 'Read versions'
100
shell: bash
0 commit comments