We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0f307 commit ba56b9fCopy full SHA for ba56b9f
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Verify tag
33
if: github.event_name == 'push'
34
run: |
35
- if [ '${{ github.ref_name }}' != 'v${{ needs.test.outputs.PackageVersion }}' ]; do
+ if [ '${{ github.ref_name }}' != 'v${{ needs.test.outputs.PackageVersion }}' ]; then
36
echo "::error title=Incorrect Tag::The tag ${{ github.ref_name }} does not match the package version ${{ needs.test.outputs.PackageVersion }}"
37
exit 1
38
fi
0 commit comments