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 41e3ccb commit aecbdc8Copy full SHA for aecbdc8
.github/workflows/release.yml
@@ -126,7 +126,7 @@ jobs:
126
- name: Verify release commit is tagged
127
run: |
128
tag=$(git tag --points-at ${{ inputs.release_ref }})
129
- if [[ "$?" -ne 0]] || [[ -z "$tag" ]]; then
+ if [[ "$?" -ne 0 ]] || [[ -z "$tag" ]]; then
130
echo "::error:: Release ref does not point to any tag. Please tag the merge commit of the release PR and try again"
131
exit 1
132
else
0 commit comments