Skip to content

Commit 94c58fa

Browse files
committed
1 parent 4c04c72 commit 94c58fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Resolve release ID
4646
run: |
4747
RELEASE_ID="${{ github.event.release.id }}"
48-
if [[ -z "RELEASE_ID" ]]; then
48+
if [[ -z "${RELEASE_ID}" ]]; then
4949
RELEASE_ID=$(curl -s -H "Accept: application/json" https://github.com/${{ github.repository }}/releases/${{ github.event.inputs.release_tag }} | jq .id)
5050
fi
5151
echo "RELEASE_ID=$RELEASE_ID" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)